Class: Aws::CloudFront::Types::ListKeyValueStoresRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The marker associated with the key value stores list.

Returns:

  • (String)


7530
7531
7532
7533
7534
7535
7536
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7530

class ListKeyValueStoresRequest < Struct.new(
  :marker,
  :max_items,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of items in the key value stores list.

Returns:

  • (Integer)


7530
7531
7532
7533
7534
7535
7536
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7530

class ListKeyValueStoresRequest < Struct.new(
  :marker,
  :max_items,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request for the key value stores list.

Returns:

  • (String)


7530
7531
7532
7533
7534
7535
7536
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7530

class ListKeyValueStoresRequest < Struct.new(
  :marker,
  :max_items,
  :status)
  SENSITIVE = []
  include Aws::Structure
end