Class: Aws::ChimeSDKMeetings::Types::AttendeeIdItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::AttendeeIdItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
A structure that contains one or more attendee IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee_id ⇒ String
A list of one or more attendee IDs.
Instance Attribute Details
#attendee_id ⇒ String
A list of one or more attendee IDs.
179 180 181 182 183 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 179 class AttendeeIdItem < Struct.new( :attendee_id) SENSITIVE = [] include Aws::Structure end |