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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



26485
26486
26487
26488
26489
26490
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26485

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

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


26485
26486
26487
26488
26489
26490
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26485

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