Class: Aws::Chime::Types::TagMeetingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::TagMeetingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
-
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
Instance Attribute Details
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
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 |
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
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 |