Class: Aws::CloudFront::Types::FieldLevelEncryptionConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionConfig
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A complex data type that includes the profile configurations specified for field-level encryption.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #caller_reference  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique number that ensures the request can't be replayed. 
- 
  
    
      #comment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional comment about the configuration. 
- 
  
    
      #content_type_profile_config  ⇒ Types::ContentTypeProfileConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use. 
- 
  
    
      #query_arg_profile_config  ⇒ Types::QueryArgProfileConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request. 
Instance Attribute Details
#caller_reference ⇒ String
A unique number that ensures the request can't be replayed.
| 5682 5683 5684 5685 5686 5687 5688 5689 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5682 class FieldLevelEncryptionConfig < Struct.new( :caller_reference, :comment, :query_arg_profile_config, :content_type_profile_config) SENSITIVE = [] include Aws::Structure end | 
#comment ⇒ String
An optional comment about the configuration. The comment cannot be longer than 128 characters.
| 5682 5683 5684 5685 5686 5687 5688 5689 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5682 class FieldLevelEncryptionConfig < Struct.new( :caller_reference, :comment, :query_arg_profile_config, :content_type_profile_config) SENSITIVE = [] include Aws::Structure end | 
#content_type_profile_config ⇒ Types::ContentTypeProfileConfig
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
| 5682 5683 5684 5685 5686 5687 5688 5689 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5682 class FieldLevelEncryptionConfig < Struct.new( :caller_reference, :comment, :query_arg_profile_config, :content_type_profile_config) SENSITIVE = [] include Aws::Structure end | 
#query_arg_profile_config ⇒ Types::QueryArgProfileConfig
A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
| 5682 5683 5684 5685 5686 5687 5688 5689 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5682 class FieldLevelEncryptionConfig < Struct.new( :caller_reference, :comment, :query_arg_profile_config, :content_type_profile_config) SENSITIVE = [] include Aws::Structure end |