Class: Aws::Chime::Types::CreateAttendeeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attendeeTypes::Attendee

The attendee information, including attendee ID and join token.

Returns:



1763
1764
1765
1766
1767
# File 'lib/aws-sdk-chime/types.rb', line 1763

class CreateAttendeeResponse < Struct.new(
  :attendee)
  SENSITIVE = []
  include Aws::Structure
end