Class: Aws::Chime::Types::BatchCreateRoomMembershipRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


780
781
782
783
784
785
786
# File 'gems/aws-sdk-chime/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_listArray<Types::MembershipItem>

The list of membership items.

Returns:



780
781
782
783
784
785
786
# File 'gems/aws-sdk-chime/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_idString

The room ID.

Returns:

  • (String)


780
781
782
783
784
785
786
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 780

class BatchCreateRoomMembershipRequest < Struct.new(
  :account_id,
  :room_id,
  :membership_item_list)
  SENSITIVE = []
  include Aws::Structure
end