Class: Aws::ManagedGrafana::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The list of tags that are associated with the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of tags that are associated with the resource.
941 942 943 944 945 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 941 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |