Class: Aws::CloudFront::Types::QueryArgProfile

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Query argument-profile mapping for field-level encryption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

ID of profile to use for field-level encryption query argument-profile mapping

Returns:

  • (String)


9392
9393
9394
9395
9396
9397
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9392

class QueryArgProfile < Struct.new(
  :query_arg,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_argString

Query argument for field-level encryption query argument-profile mapping.

Returns:

  • (String)


9392
9393
9394
9395
9396
9397
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9392

class QueryArgProfile < Struct.new(
  :query_arg,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end