Class: Aws::Personalize::Types::ListSolutionVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListSolutionVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of solution versions to return.
-
#next_token ⇒ String
A token returned from the previous call to ‘ListSolutionVersions` for getting the next set of solution versions (if they exist).
-
#solution_arn ⇒ String
The Amazon Resource Name (ARN) of the solution.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of solution versions to return.
4503 4504 4505 4506 4507 4508 4509 |
# File 'lib/aws-sdk-personalize/types.rb', line 4503 class ListSolutionVersionsRequest < Struct.new( :solution_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ‘ListSolutionVersions` for getting the next set of solution versions (if they exist).
4503 4504 4505 4506 4507 4508 4509 |
# File 'lib/aws-sdk-personalize/types.rb', line 4503 class ListSolutionVersionsRequest < Struct.new( :solution_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#solution_arn ⇒ String
The Amazon Resource Name (ARN) of the solution.
4503 4504 4505 4506 4507 4508 4509 |
# File 'lib/aws-sdk-personalize/types.rb', line 4503 class ListSolutionVersionsRequest < Struct.new( :solution_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |