Class: Aws::SageMaker::Types::ListSpacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListSpacesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the previous response was truncated, you will receive this token.
-
#spaces ⇒ Array<Types::SpaceDetails>
The list of spaces.
Instance Attribute Details
#next_token ⇒ String
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
30885 30886 30887 30888 30889 30890 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30885 class ListSpacesResponse < Struct.new( :spaces, :next_token) SENSITIVE = [] include Aws::Structure end |
#spaces ⇒ Array<Types::SpaceDetails>
The list of spaces.
30885 30886 30887 30888 30889 30890 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30885 class ListSpacesResponse < Struct.new( :spaces, :next_token) SENSITIVE = [] include Aws::Structure end |