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.
-
#delegated_admin_account_id ⇒ ::String
Returns the value of attribute delegated_admin_account_id.
-
#relationship_status ⇒ "CREATED", ...
Returns the value of attribute relationship_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def account_id @account_id end |
#delegated_admin_account_id ⇒ ::String
Returns the value of attribute delegated_admin_account_id.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def delegated_admin_account_id @delegated_admin_account_id end |
#relationship_status ⇒ "CREATED", ...
Returns the value of attribute relationship_status.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def relationship_status @relationship_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def updated_at @updated_at end |