You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::GetProvisionedProductOutputsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetProvisionedProductOutputsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)

    The language code.

#output_keysArray<String>

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.

Returns:

  • (Array<String>)

    The list of keys that the API should return with their values.

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)

    The maximum number of items to return with this call.

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)

    The page token for the next set of results.

#provisioned_product_idString

The identifier of the provisioned product that you want the outputs from.

Returns:

  • (String)

    The identifier of the provisioned product that you want the outputs from.

#provisioned_product_nameString

The name of the provisioned product that you want the outputs from.

Returns:

  • (String)

    The name of the provisioned product that you want the outputs from.