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.
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.
3832 3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3832 class FieldLevelEncryption < Struct.new( :id, :last_modified_time, :field_level_encryption_config) 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.
3832 3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3832 class FieldLevelEncryption < Struct.new( :id, :last_modified_time, :field_level_encryption_config) include Aws::Structure end |
#last_modified_time ⇒ Time
The last time the field-level encryption configuration was changed.
3832 3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3832 class FieldLevelEncryption < Struct.new( :id, :last_modified_time, :field_level_encryption_config) include Aws::Structure end |