Class: Aws::Chime::Types::TagAttendeeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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)


7934
7935
7936
7937
7938
7939
7940
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7934

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

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


7934
7935
7936
7937
7938
7939
7940
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7934

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

#tagsArray<Types::Tag>

The tag key-value pairs.

Returns:



7934
7935
7936
7937
7938
7939
7940
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7934

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