Class: Aws::CloudFront::Types::ListKeyValueStoresRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListKeyValueStoresRequest
- Includes:
- Structure
- Defined in:
- 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.
7532 7533 7534 7535 7536 7537 7538 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7532 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.
7532 7533 7534 7535 7536 7537 7538 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7532 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.
7532 7533 7534 7535 7536 7537 7538 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7532 class ListKeyValueStoresRequest < Struct.new( :marker, :max_items, :status) SENSITIVE = [] include Aws::Structure end |