Method: Aws::WorkSpaces::Types::DescribeWorkspaceImagesResult#next_token
- Defined in:
- lib/aws-sdk-workspaces/types.rb
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
2403 2404 2405 2406 2407 2408 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2403 class DescribeWorkspaceImagesResult < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |