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:



36186
36187
36188
36189
36190
36191
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36186

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

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


36186
36187
36188
36189
36190
36191
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36186

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