Class: Aws::Shield::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tag key and value pairs associated with the specified resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tag key and value pairs associated with the specified resource.
1539 1540 1541 1542 1543 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1539 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |