Class: Aws::CloudFront::Types::FieldLevelEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A complex data type that includes the profile configurations and other options specified for field-level encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
A complex data type that includes the profile configurations specified for field-level encryption.
-
#id ⇒ String
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
-
#last_modified_time ⇒ Time
The last time the field-level encryption configuration was changed.
Instance Attribute Details
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
A complex data type that includes the profile configurations specified for field-level encryption.
4212 4213 4214 4215 4216 4217 4218 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4212 class FieldLevelEncryption < Struct.new( :id, :last_modified_time, :field_level_encryption_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
4212 4213 4214 4215 4216 4217 4218 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4212 class FieldLevelEncryption < Struct.new( :id, :last_modified_time, :field_level_encryption_config) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last time the field-level encryption configuration was changed.
4212 4213 4214 4215 4216 4217 4218 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4212 class FieldLevelEncryption < Struct.new( :id, :last_modified_time, :field_level_encryption_config) SENSITIVE = [] include Aws::Structure end |