Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileSummary

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

Overview

The field-level encryption profile summary.

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

An optional comment for the field-level encryption profile summary.

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-cloudfront/types.rb', line 3867

class FieldLevelEncryptionProfileSummary < Struct.new(
  :id,
  :last_modified_time,
  :name,
  :encryption_entities,
  :comment)
  include Aws::Structure
end

#encryption_entitiesTypes::EncryptionEntities

A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.



3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-cloudfront/types.rb', line 3867

class FieldLevelEncryptionProfileSummary < Struct.new(
  :id,
  :last_modified_time,
  :name,
  :encryption_entities,
  :comment)
  include Aws::Structure
end

#idString

ID for the field-level encryption profile summary.

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-cloudfront/types.rb', line 3867

class FieldLevelEncryptionProfileSummary < Struct.new(
  :id,
  :last_modified_time,
  :name,
  :encryption_entities,
  :comment)
  include Aws::Structure
end

#last_modified_timeTime

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

Returns:

  • (Time)


3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-cloudfront/types.rb', line 3867

class FieldLevelEncryptionProfileSummary < Struct.new(
  :id,
  :last_modified_time,
  :name,
  :encryption_entities,
  :comment)
  include Aws::Structure
end

#nameString

Name for the field-level encryption profile summary.

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-cloudfront/types.rb', line 3867

class FieldLevelEncryptionProfileSummary < Struct.new(
  :id,
  :last_modified_time,
  :name,
  :encryption_entities,
  :comment)
  include Aws::Structure
end