Class: Aws::SageMaker::Types::ListFlowDefinitionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_definition_summariesArray<Types::FlowDefinitionSummary>

An array of objects describing the flow definitions.

Returns:



24629
24630
24631
24632
24633
24634
# File 'lib/aws-sdk-sagemaker/types.rb', line 24629

class ListFlowDefinitionsResponse < Struct.new(
  :flow_definition_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


24629
24630
24631
24632
24633
24634
# File 'lib/aws-sdk-sagemaker/types.rb', line 24629

class ListFlowDefinitionsResponse < Struct.new(
  :flow_definition_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end