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:



25082
25083
25084
25085
25086
25087
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25082

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)


25082
25083
25084
25085
25086
25087
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25082

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