Class: Aws::Chime::Types::ListAttendeeTagsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attendee_idString

The Amazon Chime SDK attendee ID.

Returns:

  • (String)


4925
4926
4927
4928
4929
4930
# File 'lib/aws-sdk-chime/types.rb', line 4925

class ListAttendeeTagsRequest < Struct.new(
  :meeting_id,
  :attendee_id)
  SENSITIVE = []
  include Aws::Structure
end

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


4925
4926
4927
4928
4929
4930
# File 'lib/aws-sdk-chime/types.rb', line 4925

class ListAttendeeTagsRequest < Struct.new(
  :meeting_id,
  :attendee_id)
  SENSITIVE = []
  include Aws::Structure
end