Class: Aws::Types::DeleteMemberInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMemberInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def account_id @account_id end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def collaboration_identifier @collaboration_identifier end |