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

Class: Aws::ServiceCatalog::Types::DescribeProvisioningParametersInput

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

Overview

Note:

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

{
  accept_language: "AcceptLanguage",
  product_id: "Id",
  product_name: "ProductViewName",
  provisioning_artifact_id: "Id",
  provisioning_artifact_name: "ProvisioningArtifactName",
  path_id: "Id",
  path_name: "PortfolioDisplayName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)

    The language code.

#path_idString

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.

Returns:

  • (String)

    The path identifier of the product.

#path_nameString

The name of the path. You must provide the name or ID, but not both.

Returns:

  • (String)

    The name of the path.

#product_idString

The product identifier. You must provide the product name or ID, but not both.

Returns:

  • (String)

    The product identifier.

#product_nameString

The name of the product. You must provide the name or ID, but not both.

Returns:

  • (String)

    The name of the product.

#provisioning_artifact_idString

The identifier of the provisioning artifact. You must provide the name or ID, but not both.

Returns:

  • (String)

    The identifier of the provisioning artifact.

#provisioning_artifact_nameString

The name of the provisioning artifact. You must provide the name or ID, but not both.

Returns:

  • (String)

    The name of the provisioning artifact.