You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ListDomainsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDomainsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListDomainsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
next_token: "NextToken",
max_results: 1,
}
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Returns a list up to a specified limit.
-
#next_token ⇒ String
If the previous response was truncated, you will receive this token.
Instance Attribute Details
#max_results ⇒ Integer
Returns a list up to a specified limit.
#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.