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`.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2138 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.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2138 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.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2138 class CreateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :location, :etag) SENSITIVE = [] include Aws::Structure end |