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_id ⇒ ::String
Returns the value of attribute administrator_id.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
-
#master_id ⇒ ::String
Returns the value of attribute master_id.
-
#member_status ⇒ ::String
Returns the value of attribute member_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
6595 6596 6597 |
# File 'sig/types.rbs', line 6595 def account_id @account_id end |
#administrator_id ⇒ ::String
Returns the value of attribute administrator_id.
6598 6599 6600 |
# File 'sig/types.rbs', line 6598 def administrator_id @administrator_id end |
#email ⇒ ::String
Returns the value of attribute email.
6596 6597 6598 |
# File 'sig/types.rbs', line 6596 def email @email end |
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
6600 6601 6602 |
# File 'sig/types.rbs', line 6600 def invited_at @invited_at end |
#master_id ⇒ ::String
Returns the value of attribute master_id.
6597 6598 6599 |
# File 'sig/types.rbs', line 6597 def master_id @master_id end |
#member_status ⇒ ::String
Returns the value of attribute member_status.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def member_status @member_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6601 6602 6603 |
# File 'sig/types.rbs', line 6601 def updated_at @updated_at end |