Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileList

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

Overview

List of field-level encryption profiles.

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::FieldLevelEncryptionProfileSummary>

The field-level encryption profile items.



3832
3833
3834
3835
3836
3837
3838
# File 'lib/aws-sdk-cloudfront/types.rb', line 3832

class FieldLevelEncryptionProfileList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end

#max_itemsInteger

The maximum number of field-level encryption profiles you want in the response body.

Returns:

  • (Integer)


3832
3833
3834
3835
3836
3837
3838
# File 'lib/aws-sdk-cloudfront/types.rb', line 3832

class FieldLevelEncryptionProfileList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end

#next_markerString

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.

Returns:

  • (String)


3832
3833
3834
3835
3836
3837
3838
# File 'lib/aws-sdk-cloudfront/types.rb', line 3832

class FieldLevelEncryptionProfileList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end

#quantityInteger

The number of field-level encryption profiles.

Returns:

  • (Integer)


3832
3833
3834
3835
3836
3837
3838
# File 'lib/aws-sdk-cloudfront/types.rb', line 3832

class FieldLevelEncryptionProfileList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end