Class: Aws::CloudFront::Types::QueryArgProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::QueryArgProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass QueryArgProfile data as a hash:
{
query_arg: "string", # required
profile_id: "string", # required
}
Query argument-profile mapping for field-level encryption.
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
6812 6813 6814 6815 6816 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6812 class QueryArgProfile < Struct.new( :query_arg, :profile_id) include Aws::Structure end |
#query_arg ⇒ String
Query argument for field-level encryption query argument-profile mapping.
6812 6813 6814 6815 6816 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6812 class QueryArgProfile < Struct.new( :query_arg, :profile_id) include Aws::Structure end |