Class: Aws::ChimeSDKMeetings::Types::GetAttendeeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::GetAttendeeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/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.
1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1086 class GetAttendeeRequest < Struct.new( :meeting_id, :attendee_id) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1086 class GetAttendeeRequest < Struct.new( :meeting_id, :attendee_id) SENSITIVE = [] include Aws::Structure end |