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

Class: Aws::ServiceCatalog::Types::ProductViewSummary

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#distributorString

The distributor of the product. Contact the product administrator for the significance of this value.

Returns:

  • (String)

    The distributor of the product.

#has_default_pathBoolean

Indicates whether the product has a default path. If the product does not have a default path, call ListLaunchPaths to disambiguate between paths. Otherwise, ListLaunchPaths is not required, and the output of ProductViewSummary can be used directly with DescribeProvisioningParameters.

Returns:

  • (Boolean)

    Indicates whether the product has a default path.

#idString

The product view identifier.

Returns:

  • (String)

    The product view identifier.

#nameString

The name of the product.

Returns:

  • (String)

    The name of the product.

#ownerString

The owner of the product. Contact the product administrator for the significance of this value.

Returns:

  • (String)

    The owner of the product.

#product_idString

The product identifier.

Returns:

  • (String)

    The product identifier.

#short_descriptionString

Short description of the product.

Returns:

  • (String)

    Short description of the product.

#support_descriptionString

The description of the support for this Product.

Returns:

  • (String)

    The description of the support for this Product.

#support_emailString

The email contact information to obtain support for this Product.

Returns:

  • (String)

    The email contact information to obtain support for this Product.

#support_urlString

The URL information to obtain support for this Product.

Returns:

  • (String)

    The URL information to obtain support for this Product.

#typeString

The product type. Contact the product administrator for the significance of this value. If this value is MARKETPLACE, the product was created by AWS Marketplace.

Possible values:

  • CLOUD_FORMATION_TEMPLATE
  • MARKETPLACE

Returns:

  • (String)

    The product type.