Class: Aws::CloudFront::Types::FieldLevelEncryptionProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A complex data type for field-level encryption profiles.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
-
#id ⇒ String
The ID for a field-level encryption profile 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 profile was updated.
Instance Attribute Details
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
5582 5583 5584 5585 5586 5587 5588 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5582 class FieldLevelEncryptionProfile < Struct.new( :id, :last_modified_time, :field_level_encryption_profile_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
5582 5583 5584 5585 5586 5587 5588 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5582 class FieldLevelEncryptionProfile < Struct.new( :id, :last_modified_time, :field_level_encryption_profile_config) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last time the field-level encryption profile was updated.
5582 5583 5584 5585 5586 5587 5588 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5582 class FieldLevelEncryptionProfile < Struct.new( :id, :last_modified_time, :field_level_encryption_profile_config) SENSITIVE = [] include Aws::Structure end |