Class: Aws::SageMaker::Types::ListAssociationsRequest

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_typeString

A filter that returns only associations of the specified type.

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_afterTime

A filter that returns only associations created on or after the specified time.

Returns:

  • (Time)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

A filter that returns only associations created on or before the specified time.

Returns:

  • (Time)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arnString

A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#destination_typeString

A filter that returns only associations with the specified destination type.

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of associations to return in the response. The default value is 10.

Returns:

  • (Integer)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous call to ListAssociations didn't return the full set of associations, the call returns a token for getting the next set of associations.

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The property used to sort results. The default value is CreationTime.

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order. The default value is Descending.

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

A filter that returns only associations with the specified source ARN.

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

A filter that returns only associations with the specified source type.

Returns:

  • (String)


24999
25000
25001
25002
25003
25004
25005
25006
25007
25008
25009
25010
25011
25012
25013
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24999

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end