Class: Aws::SageMaker::Types::ListAssociationsResponse

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

#association_summariesArray<Types::AssociationSummary>

A list of associations and their properties.

Returns:



25106
25107
25108
25109
25110
25111
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25106

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

#next_tokenString

A token for getting the next set of associations, if there are any.

Returns:

  • (String)


25106
25107
25108
25109
25110
25111
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25106

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