Class: Aws::CloudWatchLogs::Types::ListTagsLogGroupResponse

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

#tagsHash<String,String>

The tags for the log group.

Returns:

  • (Hash<String,String>)


5181
5182
5183
5184
5185
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5181

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