Class: Aws::CloudFront::Types::ListKeyValueStoresRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListKeyValueStoresRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The marker associated with the key value stores list.
-
#max_items ⇒ Integer
The maximum number of items in the key value stores list.
-
#status ⇒ String
The status of the request for the key value stores list.
Instance Attribute Details
#marker ⇒ String
The marker associated with the key value stores list.
10435 10436 10437 10438 10439 10440 10441 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10435 class ListKeyValueStoresRequest < Struct.new( :marker, :max_items, :status) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of items in the key value stores list.
10435 10436 10437 10438 10439 10440 10441 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10435 class ListKeyValueStoresRequest < Struct.new( :marker, :max_items, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request for the key value stores list.
10435 10436 10437 10438 10439 10440 10441 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10435 class ListKeyValueStoresRequest < Struct.new( :marker, :max_items, :status) SENSITIVE = [] include Aws::Structure end |