class Aws::SageMaker::Types::ListActionsRequest

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

data as a hash:

    {
      source_uri: "SourceUri",
      action_type: "String256",
      created_after: Time.now,
      created_before: Time.now,
      sort_by: "Name", # accepts Name, CreationTime
      sort_order: "Ascending", # accepts Ascending, Descending
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] source_uri

A filter that returns only actions with the specified source URI.
@return [String]

@!attribute [rw] action_type

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

@!attribute [rw] created_after

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

@!attribute [rw] created_before

A filter that returns only actions 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 `ListActions` didn't return the full set of
actions, the call returns a token for getting the next set of
actions.
@return [String]

@!attribute [rw] max_results

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

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

Constants

SENSITIVE