Class: Aws::CloudFront::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListTagsForResourceResult
- Defined in:
- gems/aws-sdk-cloudfront/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.
8303 8304 8305 8306 8307 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8303 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |