Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileResult
 
- 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 profile. 
- 
  
    
      #field_level_encryption_profile  ⇒ Types::FieldLevelEncryptionProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returned when you create a new field-level encryption profile. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The fully qualified URI of the new profile resource just created. 
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption profile. For
example: E2QWRUHAPOMQZL.
| 2648 2649 2650 2651 2652 2653 2654 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2648 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returned when you create a new field-level encryption profile.
| 2648 2649 2650 2651 2652 2653 2654 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2648 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The fully qualified URI of the new profile resource just created.
| 2648 2649 2650 2651 2652 2653 2654 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2648 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end |