Class: Aws::CloudFront::Types::CookieNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CookieNames
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Contains a list of cookie names.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
A list of cookie names.
-
#quantity ⇒ Integer
The number of cookie names in the ‘Items` list.
Instance Attribute Details
#items ⇒ Array<String>
A list of cookie names.
1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1554 class CookieNames < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of cookie names in the ‘Items` list.
1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1554 class CookieNames < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |