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`.
6911 6912 6913 6914 6915 6916 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6911 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.
6911 6912 6913 6914 6915 6916 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6911 class GetFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |