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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#tagsHash<String,String>

The key-value pairs to use for the tags.

Returns:

  • (Hash<String,String>)


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