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.
8460 8461 8462 |
# File 'sig/types.rbs', line 8460 def member_arn @member_arn end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
8459 8460 8461 |
# File 'sig/types.rbs', line 8459 def member_id @member_id end |