Class: Aws::CloudFront::Types::Tags
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Tags
- Defined in:
- gems/aws-sdk-cloudfront/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
Tagelements.
Instance Attribute Details
#items ⇒ Array<Types::Tag>
A complex type that contains Tag elements.
14552 14553 14554 14555 14556 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14552 class Tags < Struct.new( :items) SENSITIVE = [] include Aws::Structure end |