Class: Aws::Types::MemberIdArnPair
- Inherits:
-
Object
- Object
- Aws::Types::MemberIdArnPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
Instance Attribute Details
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
8121 8122 8123 |
# File 'sig/types.rbs', line 8121 def member_arn @member_arn end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
8120 8121 8122 |
# File 'sig/types.rbs', line 8120 def member_id @member_id end |