Class: Aws::ChimeSDKMeetings::Types::CreateMeetingWithAttendeesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::CreateMeetingWithAttendeesResponse
- Defined in:
- gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendees ⇒ Array<Types::Attendee>
The attendee information, including attendees' IDs and join tokens.
-
#errors ⇒ Array<Types::CreateAttendeeError>
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
-
#meeting ⇒ Types::Meeting
The meeting information, including the meeting ID and
MediaPlacement
.
Instance Attribute Details
#attendees ⇒ Array<Types::Attendee>
The attendee information, including attendees' IDs and join tokens.
703 704 705 706 707 708 709 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 703 class CreateMeetingWithAttendeesResponse < Struct.new( :meeting, :attendees, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::CreateAttendeeError>
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
703 704 705 706 707 708 709 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 703 class CreateMeetingWithAttendeesResponse < Struct.new( :meeting, :attendees, :errors) SENSITIVE = [] include Aws::Structure end |
#meeting ⇒ Types::Meeting
The meeting information, including the meeting ID and
MediaPlacement
.
703 704 705 706 707 708 709 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 703 class CreateMeetingWithAttendeesResponse < Struct.new( :meeting, :attendees, :errors) SENSITIVE = [] include Aws::Structure end |