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.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1051 class GetAttendeeRequest < Struct.new( :meeting_id, :attendee_id) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1051 class GetAttendeeRequest < Struct.new( :meeting_id, :attendee_id) SENSITIVE = [] include Aws::Structure end |