Class: Aws::CloudFront::Types::GetFieldLevelEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionConfigResult
- 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_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
.
5587 5588 5589 5590 5591 5592 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5587 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.
5587 5588 5589 5590 5591 5592 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5587 class GetFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption_config, :etag) SENSITIVE = [] include Aws::Structure end |