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
9972 9973 9974 9975 9976 9977 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9972 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.
9972 9973 9974 9975 9976 9977 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9972 class QueryArgProfile < Struct.new( :query_arg, :profile_id) SENSITIVE = [] include Aws::Structure end |