Class: Aws::ACM::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tags associated with the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags associated with the resource.
2948 2949 2950 2951 2952 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2948 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |