Class: Aws::CloudWatchLogs::Types::ListTagsLogGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListTagsLogGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the log group.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the log group.
3905 3906 3907 3908 3909 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3905 class ListTagsLogGroupResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |