Class: Aws::CloudFront::Types::TagKeys

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

Instance Attribute Details

#itemsArray<String>

A complex type that contains Tag key elements.

Returns:

  • (Array<String>)


11189
11190
11191
11192
11193
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11189

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