Class: Aws::Chime::Types::TagMeetingRequest

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

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


7952
7953
7954
7955
7956
7957
# File 'lib/aws-sdk-chime/types.rb', line 7952

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

#tagsArray<Types::Tag>

The tag key-value pairs.

Returns:



7952
7953
7954
7955
7956
7957
# File 'lib/aws-sdk-chime/types.rb', line 7952

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