Class: Aws::CloudFront::Types::FieldLevelEncryptionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A summary of a field-level encryption item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
An optional comment about the field-level encryption item.
-
#content_type_profile_config ⇒ Types::ContentTypeProfileConfig
A summary of a content type-profile mapping.
-
#id ⇒ String
The unique ID of a field-level encryption item.
-
#last_modified_time ⇒ Time
The last time that the summary of field-level encryption items was modified.
-
#query_arg_profile_config ⇒ Types::QueryArgProfileConfig
A summary of a query argument-profile mapping.
Instance Attribute Details
#comment ⇒ String
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
5779 5780 5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5779 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_config ⇒ Types::ContentTypeProfileConfig
A summary of a content type-profile mapping.
5779 5780 5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5779 class FieldLevelEncryptionSummary < Struct.new( :id, :last_modified_time, :comment, :query_arg_profile_config, :content_type_profile_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of a field-level encryption item.
5779 5780 5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5779 class FieldLevelEncryptionSummary < Struct.new( :id, :last_modified_time, :comment, :query_arg_profile_config, :content_type_profile_config) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last time that the summary of field-level encryption items was modified.
5779 5780 5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5779 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_config ⇒ Types::QueryArgProfileConfig
A summary of a query argument-profile mapping.
5779 5780 5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5779 class FieldLevelEncryptionSummary < Struct.new( :id, :last_modified_time, :comment, :query_arg_profile_config, :content_type_profile_config) SENSITIVE = [] include Aws::Structure end |