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`.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1943 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.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1943 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.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1943 class CreateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :location, :etag) SENSITIVE = [] include Aws::Structure end |