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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attendeesArray<Types::Attendee>

The attendee information, including attendees IDs and join tokens.

Returns:

  • (Array<Types::Attendee>)

    The attendee information, including attendees IDs and join tokens.

#errorsArray<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.

Returns:

  • (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.