Class: Aws::ChimeSDKMeetings::Types::CreateAttendeeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::CreateAttendeeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee ⇒ Types::Attendee
The attendee information, including attendee ID and join token.
Instance Attribute Details
#attendee ⇒ Types::Attendee
The attendee information, including attendee ID and join token.
465 466 467 468 469 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 465 class CreateAttendeeResponse < Struct.new( :attendee) SENSITIVE = [] include Aws::Structure end |