class Aws::SageMaker::Types::ListAssociationsRequest

@note When making an API call, you may pass ListAssociationsRequest

data as a hash:

    {
      source_arn: "AssociationEntityArn",
      destination_arn: "AssociationEntityArn",
      source_type: "String256",
      destination_type: "String256",
      association_type: "ContributedTo", # accepts ContributedTo, AssociatedWith, DerivedFrom, Produced
      created_after: Time.now,
      created_before: Time.now,
      sort_by: "SourceArn", # accepts SourceArn, DestinationArn, SourceType, DestinationType, CreationTime
      sort_order: "Ascending", # accepts Ascending, Descending
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] source_arn

A filter that returns only associations with the specified source
ARN.
@return [String]

@!attribute [rw] destination_arn

A filter that returns only associations with the specified
destination Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] source_type

A filter that returns only associations with the specified source
type.
@return [String]

@!attribute [rw] destination_type

A filter that returns only associations with the specified
destination type.
@return [String]

@!attribute [rw] association_type

A filter that returns only associations of the specified type.
@return [String]

@!attribute [rw] created_after

A filter that returns only associations created on or after the
specified time.
@return [Time]

@!attribute [rw] created_before

A filter that returns only associations created on or before the
specified time.
@return [Time]

@!attribute [rw] sort_by

The property used to sort results. The default value is
`CreationTime`.
@return [String]

@!attribute [rw] sort_order

The sort order. The default value is `Descending`.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

The maximum number of associations to return in the response. The
default value is 10.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAssociationsRequest AWS API Documentation

Constants

SENSITIVE