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:



26438
26439
26440
26441
26442
26443
# File 'lib/aws-sdk-sagemaker/types.rb', line 26438

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

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


26438
26439
26440
26441
26442
26443
# File 'lib/aws-sdk-sagemaker/types.rb', line 26438

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