Class: Aws::CloudFront::Types::QueryArgProfiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::QueryArgProfiles
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass QueryArgProfiles data as a hash:
{
quantity: 1, # required
items: [
{
query_arg: "string", # required
profile_id: "string", # required
},
],
}
Query argument-profile mapping for field-level encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::QueryArgProfile>
Number of items for query argument-profile mapping for field-level encryption.
-
#quantity ⇒ Integer
Number of profiles for query argument-profile mapping for field-level encryption.
Instance Attribute Details
#items ⇒ Array<Types::QueryArgProfile>
Number of items for query argument-profile mapping for field-level encryption.
10612 10613 10614 10615 10616 10617 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10612 class QueryArgProfiles < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
Number of profiles for query argument-profile mapping for field-level encryption.
10612 10613 10614 10615 10616 10617 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10612 class QueryArgProfiles < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |