You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::BatchCreateAttendeeResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Chime::Types::BatchCreateAttendeeResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
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. 
Instance Attribute Details
#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.