Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileResult
- Includes:
- Structure
- Defined in:
- 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
Return the field-level encryption profile information.
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.
7443 7444 7445 7446 7447 7448 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7443 class GetFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Return the field-level encryption profile information.
7443 7444 7445 7446 7447 7448 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7443 class GetFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |