Class: Aws::CloudFront::Types::GetFieldLevelEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionConfigResult
- 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_config ⇒ Types::FieldLevelEncryptionConfig
Return the field-level encryption configuration information.
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption configuration. For example: ‘E2QWRUHAPOMQZL`.
5251 5252 5253 5254 5255 5256 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5251 class GetFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption_config, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Return the field-level encryption configuration information.
5251 5252 5253 5254 5255 5256 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5251 class GetFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption_config, :etag) SENSITIVE = [] include Aws::Structure end |