Class: Aws::CloudFront::Types::QueryArgProfiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::QueryArgProfiles
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
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.
9464 9465 9466 9467 9468 9469 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9464 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.
9464 9465 9466 9467 9468 9469 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9464 class QueryArgProfiles < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |