Class: Aws::SageMaker::Types::ListFlowDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListFlowDefinitionsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
29397 29398 29399 29400 29401 29402 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29397 class ListFlowDefinitionsResponse < Struct.new( :flow_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to resume pagination.
29397 29398 29399 29400 29401 29402 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29397 class ListFlowDefinitionsResponse < Struct.new( :flow_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |