Class: Aws::Chime::Types::CreateMeetingWithAttendeesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Chime::Types::CreateMeetingWithAttendeesResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A meeting created using the Amazon Chime SDK. 
Instance Attribute Details
#attendees ⇒ Array<Types::Attendee>
The attendee information, including attendees IDs and join tokens.
| 2232 2233 2234 2235 2236 2237 2238 | # File 'lib/aws-sdk-chime/types.rb', line 2232 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.
| 2232 2233 2234 2235 2236 2237 2238 | # File 'lib/aws-sdk-chime/types.rb', line 2232 class CreateMeetingWithAttendeesResponse < Struct.new( :meeting, :attendees, :errors) SENSITIVE = [] include Aws::Structure end | 
#meeting ⇒ Types::Meeting
A meeting created using the Amazon Chime SDK.
| 2232 2233 2234 2235 2236 2237 2238 | # File 'lib/aws-sdk-chime/types.rb', line 2232 class CreateMeetingWithAttendeesResponse < Struct.new( :meeting, :attendees, :errors) SENSITIVE = [] include Aws::Structure end |