Class: Aws::Chime::Types::GetAttendeeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetAttendeeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee_id ⇒ String
The Amazon Chime SDK attendee ID.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
Instance Attribute Details
#attendee_id ⇒ String
The Amazon Chime SDK attendee ID.
3966 3967 3968 3969 3970 3971 |
# File 'lib/aws-sdk-chime/types.rb', line 3966 class GetAttendeeRequest < Struct.new( :meeting_id, :attendee_id) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
3966 3967 3968 3969 3970 3971 |
# File 'lib/aws-sdk-chime/types.rb', line 3966 class GetAttendeeRequest < Struct.new( :meeting_id, :attendee_id) SENSITIVE = [] include Aws::Structure end |