Get Member
| macie2_get_member | R Documentation | 
Retrieves information about an account that's associated with an Amazon Macie administrator account¶
Description¶
Retrieves information about an account that's associated with an Amazon Macie administrator account.
Usage¶
macie2_get_member(id)
Arguments¶
| id | [required] The unique identifier for the Amazon Macie resource that the request applies to. | 
Value¶
A list with the following syntax:
list(
  accountId = "string",
  administratorAccountId = "string",
  arn = "string",
  email = "string",
  invitedAt = as.POSIXct(
    "2015-01-01"
  ),
  masterAccountId = "string",
  relationshipStatus = "Enabled"|"Paused"|"Invited"|"Created"|"Removed"|"Resigned"|"EmailVerificationInProgress"|"EmailVerificationFailed"|"RegionDisabled"|"AccountSuspended",
  tags = list(
    "string"
  ),
  updatedAt = as.POSIXct(
    "2015-01-01"
  )
)
Request syntax¶
svc$get_member(
  id = "string"
)