Class: Aws::Types::UpdateRoomMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoomMembershipRequest
- 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.
891 892 893 |
# File 'sig/types.rbs', line 891 def account_id @account_id end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
893 894 895 |
# File 'sig/types.rbs', line 893 def member_id @member_id end |
#role ⇒ "Administrator", "Member"
Returns the value of attribute role.
894 895 896 |
# File 'sig/types.rbs', line 894 def role @role end |
#room_id ⇒ ::String
Returns the value of attribute room_id.
892 893 894 |
# File 'sig/types.rbs', line 892 def room_id @room_id end |