Class: Aws::Chime::Types::UpdateRoomMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateRoomMembershipRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#member_id ⇒ String
The member ID.
-
#role ⇒ String
The role of the member.
-
#room_id ⇒ String
The room ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
8616 8617 8618 8619 8620 8621 8622 8623 |
# File 'lib/aws-sdk-chime/types.rb', line 8616 class UpdateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The member ID.
8616 8617 8618 8619 8620 8621 8622 8623 |
# File 'lib/aws-sdk-chime/types.rb', line 8616 class UpdateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role of the member.
8616 8617 8618 8619 8620 8621 8622 8623 |
# File 'lib/aws-sdk-chime/types.rb', line 8616 class UpdateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |
#room_id ⇒ String
The room ID.
8616 8617 8618 8619 8620 8621 8622 8623 |
# File 'lib/aws-sdk-chime/types.rb', line 8616 class UpdateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |