Class: Aws::CloudWatchLogs::Types::TagLogGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The name of the log group.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4832

class TagLogGroupRequest < Struct.new(
  :log_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The key-value pairs to use for the tags.

Returns:

  • (Hash<String,String>)


4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4832

class TagLogGroupRequest < Struct.new(
  :log_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end