Class: Aws::CloudWatchLogs::Types::TagLogGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TagLogGroupRequest
- 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 ⇒ Hash<String,String>
The key-value pairs to use for the tags.
Instance Attribute Details
#log_group_name ⇒ String
The name of the log group.
7533 7534 7535 7536 7537 7538 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7533 class TagLogGroupRequest < Struct.new( :log_group_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The key-value pairs to use for the tags.
7533 7534 7535 7536 7537 7538 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7533 class TagLogGroupRequest < Struct.new( :log_group_name, :tags) SENSITIVE = [] include Aws::Structure end |