class Aws::ServiceCatalog::Types::ListServiceActionsForProvisioningArtifactInput

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

data as a hash:

    {
      product_id: "Id", # required
      provisioning_artifact_id: "Id", # required
      page_size: 1,
      page_token: "PageToken",
      accept_language: "AcceptLanguage",
    }

@!attribute [rw] product_id

The product identifier. For example, `prod-abcdzk7xy33qa`.
@return [String]

@!attribute [rw] provisioning_artifact_id

The identifier of the provisioning artifact. For example,
`pa-4abcdjnxjj6ne`.
@return [String]

@!attribute [rw] page_size

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] page_token

The page token for the next set of results. To retrieve the first
set of results, use null.
@return [String]

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListServiceActionsForProvisioningArtifactInput AWS API Documentation

Constants

SENSITIVE