Class: Aws::Chime::Types::CreateAttendeeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAttendeeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-chime/types.rb', line 1763 class CreateAttendeeResponse < Struct.new( :attendee) SENSITIVE = [] include Aws::Structure end |