Class: Aws::CloudFront::Types::QueryArgProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::QueryArgProfile
- 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
-
#profile_id ⇒ String
ID of profile to use for field-level encryption query argument-profile mapping.
-
#query_arg ⇒ String
Query argument for field-level encryption query argument-profile mapping.
Instance Attribute Details
#profile_id ⇒ String
ID of profile to use for field-level encryption query argument-profile mapping
9407 9408 9409 9410 9411 9412 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9407 class QueryArgProfile < Struct.new( :query_arg, :profile_id) SENSITIVE = [] include Aws::Structure end |
#query_arg ⇒ String
Query argument for field-level encryption query argument-profile mapping.
9407 9408 9409 9410 9411 9412 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9407 class QueryArgProfile < Struct.new( :query_arg, :profile_id) SENSITIVE = [] include Aws::Structure end |