Class: Aws::Synthetics::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with the resource that you specified.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with the resource that you specified.
1494 1495 1496 1497 1498 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1494 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |