Class: Aws::ChimeSDKMeetings::Types::AttendeeIdItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attendee_idString

A list of one or more attendee IDs.

Returns:

  • (String)


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