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.
4450 4451 4452 4453 4454 4455 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4450 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.
4450 4451 4452 4453 4454 4455 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4450 class TagLogGroupRequest < Struct.new( :log_group_name, :tags) SENSITIVE = [] include Aws::Structure end |