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.

Constant Summary collapse

SENSITIVE =
[]

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.



4330
4331
4332
4333
4334
4335
4336
# File 'lib/aws-sdk-cloudfront/types.rb', line 4330

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


4330
4331
4332
4333
4334
4335
4336
# File 'lib/aws-sdk-cloudfront/types.rb', line 4330

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

#last_modified_timeTime

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

Returns:

  • (Time)


4330
4331
4332
4333
4334
4335
4336
# File 'lib/aws-sdk-cloudfront/types.rb', line 4330

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