Class: Aws::CloudWatchLogs::Types::UntagLogGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::UntagLogGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
The name of the log group.
-
#tags ⇒ Array<String>
The tag keys.
Instance Attribute Details
#log_group_name ⇒ String
The name of the log group.
7775 7776 7777 7778 7779 7780 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7775 class UntagLogGroupRequest < Struct.new( :log_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<String>
The tag keys. The corresponding tags are removed from the log group.
7775 7776 7777 7778 7779 7780 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7775 class UntagLogGroupRequest < Struct.new( :log_group_name, :tags) SENSITIVE = [] include Aws::Structure end |