Class: Aws::Types::CreateRoomMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoomMembershipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#role ⇒ "Administrator", "Member"
Returns the value of attribute role.
-
#room_id ⇒ ::String
Returns the value of attribute room_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def account_id @account_id end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def member_id @member_id end |
#role ⇒ "Administrator", "Member"
Returns the value of attribute role.
211 212 213 |
# File 'sig/types.rbs', line 211 def role @role end |
#room_id ⇒ ::String
Returns the value of attribute room_id.
209 210 211 |
# File 'sig/types.rbs', line 209 def room_id @room_id end |