You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::QueryStringNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::QueryStringNames
- Defined in:
- (unknown)
Overview
Note:
When passing QueryStringNames as input to an Aws::Client method, you can use a vanilla Hash:
{
quantity: 1, # required
items: ["string"],
}
Contains a list of query string names.
Returned by:
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
A list of query string names.
-
#quantity ⇒ Integer
The number of query string names in the
Items
list.
Instance Attribute Details
#items ⇒ Array<String>
A list of query string names.
#quantity ⇒ Integer
The number of query string names in the Items
list.