Module: Aws::Macie2::Client::_GetMemberResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMemberResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #administrator_account_id ⇒ ::String
- #arn ⇒ ::String
- #email ⇒ ::String
- #invited_at ⇒ ::Time
- #master_account_id ⇒ ::String
- #relationship_status ⇒ "Enabled", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#account_id ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def account_id: () -> ::String
|
#administrator_account_id ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def administrator_account_id: () -> ::String
|
#arn ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def arn: () -> ::String
|
#email ⇒ ::String
645 |
# File 'sig/client.rbs', line 645
def email: () -> ::String
|
#invited_at ⇒ ::Time
646 |
# File 'sig/client.rbs', line 646
def invited_at: () -> ::Time
|
#master_account_id ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def master_account_id: () -> ::String
|
#relationship_status ⇒ "Enabled", ...
648 |
# File 'sig/client.rbs', line 648
def relationship_status: () -> ("Enabled" | "Paused" | "Invited" | "Created" | "Removed" | "Resigned" | "EmailVerificationInProgress" | "EmailVerificationFailed" | "RegionDisabled" | "AccountSuspended")
|
#tags ⇒ ::Hash[::String, ::String]
649 |
# File 'sig/client.rbs', line 649
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
650 |
# File 'sig/client.rbs', line 650
def updated_at: () -> ::Time
|