Class: Aws::Chime::Types::CreateRoomMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateRoomMembershipRequest
- 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 Amazon Chime member ID (user ID or bot 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.
2348 2349 2350 2351 2352 2353 2354 2355 |
# File 'lib/aws-sdk-chime/types.rb', line 2348 class CreateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The Amazon Chime member ID (user ID or bot ID).
2348 2349 2350 2351 2352 2353 2354 2355 |
# File 'lib/aws-sdk-chime/types.rb', line 2348 class CreateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role of the member.
2348 2349 2350 2351 2352 2353 2354 2355 |
# File 'lib/aws-sdk-chime/types.rb', line 2348 class CreateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |
#room_id ⇒ String
The room ID.
2348 2349 2350 2351 2352 2353 2354 2355 |
# File 'lib/aws-sdk-chime/types.rb', line 2348 class CreateRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id, :role) SENSITIVE = [] include Aws::Structure end |