Class: Aws::WorkSpaces::Types::DescribeWorkspaceImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspaceImagesResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#images ⇒ Array<Types::WorkspaceImage>
Information about the images.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#images ⇒ Array<Types::WorkspaceImage>
Information about the images.
2403 2404 2405 2406 2407 2408 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2403 class DescribeWorkspaceImagesResult < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |
#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 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2403 class DescribeWorkspaceImagesResult < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |