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.



3838
3839
3840
3841
3842
3843
# File 'lib/aws-sdk-cloudfront/types.rb', line 3838

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)


3838
3839
3840
3841
3842
3843
# File 'lib/aws-sdk-cloudfront/types.rb', line 3838

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)


3838
3839
3840
3841
3842
3843
# File 'lib/aws-sdk-cloudfront/types.rb', line 3838

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