Class: Aws::CloudFront::Types::FieldLevelEncryption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_level_encryption_configTypes::FieldLevelEncryptionConfig

A complex data type that includes the profile configurations specified for field-level encryption.



3627
3628
3629
3630
3631
3632
# File 'lib/aws-sdk-cloudfront/types.rb', line 3627

class FieldLevelEncryption < Struct.new(
  :id,
  :last_modified_time,
  :field_level_encryption_config)
  include Aws::Structure
end

#idString

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.

Returns:

  • (String)


3627
3628
3629
3630
3631
3632
# File 'lib/aws-sdk-cloudfront/types.rb', line 3627

class FieldLevelEncryption < Struct.new(
  :id,
  :last_modified_time,
  :field_level_encryption_config)
  include Aws::Structure
end

#last_modified_timeTime

The last time the field-level encryption configuration was changed.

Returns:

  • (Time)


3627
3628
3629
3630
3631
3632
# File 'lib/aws-sdk-cloudfront/types.rb', line 3627

class FieldLevelEncryption < Struct.new(
  :id,
  :last_modified_time,
  :field_level_encryption_config)
  include Aws::Structure
end