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`.
5343 5344 5345 5346 5347 5348 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5343 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.
5343 5344 5345 5346 5347 5348 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5343 class GetFieldLevelEncryptionResult < Struct.new( :field_level_encryption, :etag) SENSITIVE = [] include Aws::Structure end |