Class: Aws::CloudFrontKeyValueStore::Types::ListKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::ListKeysResponse
- Defined in:
- gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListKeysResponseListItem>
Key value pairs.
-
#next_token ⇒ String
If nextToken is returned in the response, there are more results available.
Instance Attribute Details
#items ⇒ Array<Types::ListKeysResponseListItem>
Key value pairs
262 263 264 265 266 267 |
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 262 class ListKeysResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
262 263 264 265 266 267 |
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 262 class ListKeysResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |