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

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

Overview

A summary of a field-level encryption item.

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

An optional comment about the field-level encryption item.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-cloudfront/types.rb', line 3901

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

#content_type_profile_configTypes::ContentTypeProfileConfig

A summary of a content type-profile mapping.



3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-cloudfront/types.rb', line 3901

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

#idString

The unique ID of a field-level encryption item.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-cloudfront/types.rb', line 3901

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

#last_modified_timeTime

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

Returns:

  • (Time)


3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-cloudfront/types.rb', line 3901

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

#query_arg_profile_configTypes::QueryArgProfileConfig

A summary of a query argument-profile mapping.



3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-cloudfront/types.rb', line 3901

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