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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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.



4210
4211
4212
4213
4214
4215
4216
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4210

class FieldLevelEncryption < Struct.new(
  :id,
  :last_modified_time,
  :field_level_encryption_config)
  SENSITIVE = []
  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)


4210
4211
4212
4213
4214
4215
4216
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4210

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

#last_modified_timeTime

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

Returns:

  • (Time)


4210
4211
4212
4213
4214
4215
4216
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4210

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