Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileList
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionProfileList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
List of field-level encryption profiles.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::FieldLevelEncryptionProfileSummary>
The field-level encryption profile items.
-
#max_items ⇒ Integer
The maximum number of field-level encryption profiles you want in the response body.
-
#next_marker ⇒ String
If there are more elements to be listed, this element is present and contains the value that you can use for the ‘Marker` request parameter to continue listing your profiles where you left off.
-
#quantity ⇒ Integer
The number of field-level encryption profiles.
Instance Attribute Details
#items ⇒ Array<Types::FieldLevelEncryptionProfileSummary>
The field-level encryption profile items.
4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4723 class FieldLevelEncryptionProfileList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of field-level encryption profiles you want in the response body.
4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4723 class FieldLevelEncryptionProfileList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If there are more elements to be listed, this element is present and contains the value that you can use for the ‘Marker` request parameter to continue listing your profiles where you left off.
4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4723 class FieldLevelEncryptionProfileList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of field-level encryption profiles.
4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4723 class FieldLevelEncryptionProfileList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |