Class: Aws::CloudFront::Types::GetFieldLevelEncryptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionResult
- Defined in:
- gems/aws-sdk-cloudfront/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
.
5679 5680 5681 5682 5683 5684 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5679 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.
5679 5680 5681 5682 5683 5684 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5679 class GetFieldLevelEncryptionResult < Struct.new( :field_level_encryption, :etag) SENSITIVE = [] include Aws::Structure end |