Class: Aws::CloudFront::Types::Tags

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#itemsArray<Types::Tag>

A complex type that contains ‘Tag` elements.

Returns:



11245
11246
11247
11248
11249
# File 'lib/aws-sdk-cloudfront/types.rb', line 11245

class Tags < Struct.new(
  :items)
  SENSITIVE = []
  include Aws::Structure
end