Class: Aws::CloudFront::Types::GetFieldLevelEncryptionConfigResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionConfigResult
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current version of the field level encryption configuration. 
- 
  
    
      #field_level_encryption_config  ⇒ Types::FieldLevelEncryptionConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Return the field-level encryption configuration information. 
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption configuration. For
example: E2QWRUHAPOMQZL.
| 6879 6880 6881 6882 6883 6884 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6879 class GetFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption_config, :etag) SENSITIVE = [] include Aws::Structure end | 
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Return the field-level encryption configuration information.
| 6879 6880 6881 6882 6883 6884 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6879 class GetFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption_config, :etag) SENSITIVE = [] include Aws::Structure end |