Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigRequest
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #field_level_encryption_config  ⇒ Types::FieldLevelEncryptionConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Request to update a field-level encryption configuration. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the configuration you want to update. 
- 
  
    
      #if_match  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the ETagheader that you received when retrieving the configuration identity to update.
Instance Attribute Details
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Request to update a field-level encryption configuration.
| 15242 15243 15244 15245 15246 15247 15248 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15242 class UpdateFieldLevelEncryptionConfigRequest < Struct.new( :field_level_encryption_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The ID of the configuration you want to update.
| 15242 15243 15244 15245 15246 15247 15248 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15242 class UpdateFieldLevelEncryptionConfigRequest < Struct.new( :field_level_encryption_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end | 
#if_match ⇒ String
The value of the ETag header that you received when retrieving the
configuration identity to update. For example: E2QWRUHAPOMQZL.
| 15242 15243 15244 15245 15246 15247 15248 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15242 class UpdateFieldLevelEncryptionConfigRequest < Struct.new( :field_level_encryption_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |