Class: Aws::CloudFront::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListTagsForResourceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The returned result of the corresponding request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
Instance Attribute Details
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
8299 8300 8301 8302 8303 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8299 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |