Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateFieldLevelEncryptionConfigResult
- 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
Returned when you create a new field-level encryption configuration.
-
#location ⇒ String
The fully qualified URI of the new configuration resource just created.
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption configuration. For example: ‘E2QWRUHAPOMQZL`.
2477 2478 2479 2480 2481 2482 2483 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2477 class CreateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption ⇒ Types::FieldLevelEncryption
Returned when you create a new field-level encryption configuration.
2477 2478 2479 2480 2481 2482 2483 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2477 class CreateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new configuration resource just created.
2477 2478 2479 2480 2481 2482 2483 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2477 class CreateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :location, :etag) SENSITIVE = [] include Aws::Structure end |