Class: Aws::CloudFront::Types::FieldLevelEncryptionSummary

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

Overview

A summary of a field-level encryption item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.

Returns:

  • (String)


4499
4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4499

class FieldLevelEncryptionSummary < Struct.new(
  :id,
  :last_modified_time,
  :comment,
  :query_arg_profile_config,
  :content_type_profile_config)
  SENSITIVE = []
  include Aws::Structure
end

#content_type_profile_configTypes::ContentTypeProfileConfig

A summary of a content type-profile mapping.



4499
4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4499

class FieldLevelEncryptionSummary < Struct.new(
  :id,
  :last_modified_time,
  :comment,
  :query_arg_profile_config,
  :content_type_profile_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of a field-level encryption item.

Returns:

  • (String)


4499
4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4499

class FieldLevelEncryptionSummary < Struct.new(
  :id,
  :last_modified_time,
  :comment,
  :query_arg_profile_config,
  :content_type_profile_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time that the summary of field-level encryption items was modified.

Returns:

  • (Time)


4499
4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4499

class FieldLevelEncryptionSummary < Struct.new(
  :id,
  :last_modified_time,
  :comment,
  :query_arg_profile_config,
  :content_type_profile_config)
  SENSITIVE = []
  include Aws::Structure
end

#query_arg_profile_configTypes::QueryArgProfileConfig

A summary of a query argument-profile mapping.



4499
4500
4501
4502
4503
4504
4505
4506
4507
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4499

class FieldLevelEncryptionSummary < Struct.new(
  :id,
  :last_modified_time,
  :comment,
  :query_arg_profile_config,
  :content_type_profile_config)
  SENSITIVE = []
  include Aws::Structure
end