Class: Aws::Chime::Types::BatchCreateAttendeeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchCreateAttendeeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendees ⇒ Array<Types::CreateAttendeeRequestItem>
The request containing the attendees to create.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
Instance Attribute Details
#attendees ⇒ Array<Types::CreateAttendeeRequestItem>
The request containing the attendees to create.
666 667 668 669 670 671 |
# File 'lib/aws-sdk-chime/types.rb', line 666 class BatchCreateAttendeeRequest < Struct.new( :meeting_id, :attendees) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
666 667 668 669 670 671 |
# File 'lib/aws-sdk-chime/types.rb', line 666 class BatchCreateAttendeeRequest < Struct.new( :meeting_id, :attendees) SENSITIVE = [] include Aws::Structure end |