class Aws::ServiceCatalog::Types::GetProvisionedProductOutputsInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      provisioned_product_id: "Id",
      provisioned_product_name: "ProvisionedProductName",
      output_keys: ["OutputKey"],
      page_size: 1,
      page_token: "PageToken",
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] provisioned_product_id

The identifier of the provisioned product that you want the outputs
from.
@return [String]

@!attribute [rw] provisioned_product_name

The name of the provisioned product that you want the outputs from.
@return [String]

@!attribute [rw] output_keys

The list of keys that the API should return with their values. If
none are provided, the API will return all outputs of the
provisioned product.
@return [Array<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]

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

Constants

SENSITIVE