Class: Aws::CloudFront::Types::Tags
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Tags
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A complex type that contains zero or more ‘Tag` elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Tag>
A complex type that contains ‘Tag` elements.
Instance Attribute Details
#items ⇒ Array<Types::Tag>
A complex type that contains ‘Tag` elements.
11819 11820 11821 11822 11823 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11819 class Tags < Struct.new( :items) SENSITIVE = [] include Aws::Structure end |