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.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#full_name ⇒ ::String
Returns the value of attribute full_name.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#member_type ⇒ "User", ...
Returns the value of attribute member_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
568 569 570 |
# File 'sig/types.rbs', line 568 def account_id @account_id end |
#email ⇒ ::String
Returns the value of attribute email.
566 567 568 |
# File 'sig/types.rbs', line 566 def email @email end |
#full_name ⇒ ::String
Returns the value of attribute full_name.
567 568 569 |
# File 'sig/types.rbs', line 567 def full_name @full_name end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
564 565 566 |
# File 'sig/types.rbs', line 564 def member_id @member_id end |
#member_type ⇒ "User", ...
Returns the value of attribute member_type.
565 566 567 |
# File 'sig/types.rbs', line 565 def member_type @member_type end |