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`.
5141 5142 5143 5144 5145 5146 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5141 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.
5141 5142 5143 5144 5145 5146 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5141 class GetFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |