Class: Aws::CloudFront::Types::GetFieldLevelEncryptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionResult
- 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 configuration.
-
#field_level_encryption ⇒ Types::FieldLevelEncryption
Return the field-level encryption configuration information.
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption configuration. For example: ‘E2QWRUHAPOMQZL`.
6687 6688 6689 6690 6691 6692 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6687 class GetFieldLevelEncryptionResult < Struct.new( :field_level_encryption, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption ⇒ Types::FieldLevelEncryption
Return the field-level encryption configuration information.
6687 6688 6689 6690 6691 6692 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6687 class GetFieldLevelEncryptionResult < Struct.new( :field_level_encryption, :etag) SENSITIVE = [] include Aws::Structure end |