Class: Aws::CloudFront::Types::FieldLevelEncryptionProfile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A complex data type for field-level encryption profiles.

Instance Attribute Summary collapse

Instance Attribute Details

#field_level_encryption_profile_configTypes::FieldLevelEncryptionProfileConfig

A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.



3750
3751
3752
3753
3754
3755
# File 'lib/aws-sdk-cloudfront/types.rb', line 3750

class FieldLevelEncryptionProfile < Struct.new(
  :id,
  :last_modified_time,
  :field_level_encryption_profile_config)
  include Aws::Structure
end

#idString

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.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
# File 'lib/aws-sdk-cloudfront/types.rb', line 3750

class FieldLevelEncryptionProfile < Struct.new(
  :id,
  :last_modified_time,
  :field_level_encryption_profile_config)
  include Aws::Structure
end

#last_modified_timeTime

The last time the field-level encryption profile was updated.

Returns:

  • (Time)


3750
3751
3752
3753
3754
3755
# File 'lib/aws-sdk-cloudfront/types.rb', line 3750

class FieldLevelEncryptionProfile < Struct.new(
  :id,
  :last_modified_time,
  :field_level_encryption_profile_config)
  include Aws::Structure
end