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

Class: Aws::ServiceCatalog::Types::DescribeProvisioningArtifactInput

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

Overview

Note:

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

{
  accept_language: "AcceptLanguage",
  provisioning_artifact_id: "Id",
  product_id: "Id",
  provisioning_artifact_name: "ProvisioningArtifactName",
  product_name: "ProductViewName",
  verbose: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)

    The language code.

#product_idString

The product identifier.

Returns:

  • (String)

    The product identifier.

#product_nameString

The product name.

Returns:

  • (String)

    The product name.

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)

    The identifier of the provisioning artifact.

#provisioning_artifact_nameString

The provisioning artifact name.

Returns:

  • (String)

    The provisioning artifact name.

#verboseBoolean

Indicates whether a verbose level of detail is enabled.

Returns:

  • (Boolean)

    Indicates whether a verbose level of detail is enabled.