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.
8040 8041 8042 8043 8044 8045 8046 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8040 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.
8040 8041 8042 8043 8044 8045 8046 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8040 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.
8040 8041 8042 8043 8044 8045 8046 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8040 class ListKeyValueStoresRequest < Struct.new( :marker, :max_items, :status) SENSITIVE = [] include Aws::Structure end |