Class: Aws::Types::GroupMember
- Inherits:
-
Object
- Object
- Aws::Types::GroupMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#member_name ⇒ ::String
Returns the value of attribute member_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
6531 6532 6533 |
# File 'sig/types.rbs', line 6531 def arn @arn end |
#member_name ⇒ ::String
Returns the value of attribute member_name.
6532 6533 6534 |
# File 'sig/types.rbs', line 6532 def member_name @member_name end |