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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Note:

When making an API call, you may pass Tags data as a hash:

{
  items: [
    {
      key: "TagKey", # required
      value: "TagValue",
    },
  ],
}

A complex type that contains zero or more ‘Tag` elements.

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Tag>

A complex type that contains ‘Tag` elements.

Returns:



5132
5133
5134
5135
# File 'lib/aws-sdk-cloudfront/types.rb', line 5132

class Tags < Struct.new(
  :items)
  include Aws::Structure
end