Class: Aws::Chime::Types::UntagMeetingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UntagMeetingRequest
- 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.
-
#tag_keys ⇒ Array<String>
The tag keys.
Instance Attribute Details
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
8001 8002 8003 8004 8005 8006 |
# File 'lib/aws-sdk-chime/types.rb', line 8001 class UntagMeetingRequest < Struct.new( :meeting_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys.
8001 8002 8003 8004 8005 8006 |
# File 'lib/aws-sdk-chime/types.rb', line 8001 class UntagMeetingRequest < Struct.new( :meeting_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |