Class: Aws::Types::Member
- Inherits:
-
Object
- Object
- Aws::Types::Member
- 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.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def account_id @account_id end |
#administrator_account_id ⇒ ::String
Returns the value of attribute administrator_account_id.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def administrator_account_id @administrator_account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def arn @arn end |
#email ⇒ ::String
Returns the value of attribute email.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def email @email end |
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def invited_at @invited_at end |
#master_account_id ⇒ ::String
Returns the value of attribute master_account_id.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def master_account_id @master_account_id end |
#relationship_status ⇒ "Enabled", ...
Returns the value of attribute relationship_status.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def relationship_status @relationship_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def updated_at @updated_at end |