Class: Aws::Types::GetMemberResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMemberResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#administrator_account_id ⇒ ::String
Returns the value of attribute administrator_account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
-
#master_account_id ⇒ ::String
Returns the value of attribute master_account_id.
-
#relationship_status ⇒ "Enabled", ...
Returns the value of attribute relationship_status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
915 916 917 |
# File 'sig/types.rbs', line 915 def account_id @account_id end |
#administrator_account_id ⇒ ::String
Returns the value of attribute administrator_account_id.
916 917 918 |
# File 'sig/types.rbs', line 916 def administrator_account_id @administrator_account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
917 918 919 |
# File 'sig/types.rbs', line 917 def arn @arn end |
#email ⇒ ::String
Returns the value of attribute email.
918 919 920 |
# File 'sig/types.rbs', line 918 def email @email end |
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
919 920 921 |
# File 'sig/types.rbs', line 919 def invited_at @invited_at end |
#master_account_id ⇒ ::String
Returns the value of attribute master_account_id.
920 921 922 |
# File 'sig/types.rbs', line 920 def master_account_id @master_account_id end |
#relationship_status ⇒ "Enabled", ...
Returns the value of attribute relationship_status.
921 922 923 |
# File 'sig/types.rbs', line 921 def relationship_status @relationship_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
922 923 924 |
# File 'sig/types.rbs', line 922 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
923 924 925 |
# File 'sig/types.rbs', line 923 def updated_at @updated_at end |