Class: Aws::SageMaker::Types::ListFlowDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListFlowDefinitionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_definition_summaries ⇒ Array<Types::FlowDefinitionSummary>
An array of objects describing the flow definitions.
-
#next_token ⇒ String
A token to resume pagination.
Instance Attribute Details
#flow_definition_summaries ⇒ Array<Types::FlowDefinitionSummary>
An array of objects describing the flow definitions.
27825 27826 27827 27828 27829 27830 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27825 class ListFlowDefinitionsResponse < Struct.new( :flow_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to resume pagination.
27825 27826 27827 27828 27829 27830 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27825 class ListFlowDefinitionsResponse < Struct.new( :flow_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |