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.
9416 9417 9418 9419 9420 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9416 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |