Class: Aws::Chime::Types::BatchCreateRoomMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchCreateRoomMembershipRequest
- 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.
-
#membership_item_list ⇒ Array<Types::MembershipItem>
The list of membership items.
-
#room_id ⇒ String
The room ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
780 781 782 783 784 785 786 |
# File 'lib/aws-sdk-chime/types.rb', line 780 class BatchCreateRoomMembershipRequest < Struct.new( :account_id, :room_id, :membership_item_list) SENSITIVE = [] include Aws::Structure end |
#membership_item_list ⇒ Array<Types::MembershipItem>
The list of membership items.
780 781 782 783 784 785 786 |
# File 'lib/aws-sdk-chime/types.rb', line 780 class BatchCreateRoomMembershipRequest < Struct.new( :account_id, :room_id, :membership_item_list) SENSITIVE = [] include Aws::Structure end |
#room_id ⇒ String
The room ID.
780 781 782 783 784 785 786 |
# File 'lib/aws-sdk-chime/types.rb', line 780 class BatchCreateRoomMembershipRequest < Struct.new( :account_id, :room_id, :membership_item_list) SENSITIVE = [] include Aws::Structure end |