class Aws::SageMaker::Types::ActionSource

A structure describing the source of an action.

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

data as a hash:

    {
      source_uri: "String2048", # required
      source_type: "String256",
      source_id: "String256",
    }

@!attribute [rw] source_uri

The URI of the source.
@return [String]

@!attribute [rw] source_type

The type of the source.
@return [String]

@!attribute [rw] source_id

The ID of the source.
@return [String]

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

Constants

SENSITIVE