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

Class: Aws::ServiceCatalog::Types::UpdateProvisionedProductPropertiesOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#provisioned_product_idString

The provisioned product identifier.

Returns:

  • (String)

    The provisioned product identifier.

#provisioned_product_propertiesHash<String,String>

A map that contains the properties updated.

Returns:

  • (Hash<String,String>)

    A map that contains the properties updated.

#record_idString

The identifier of the record.

Returns:

  • (String)

    The identifier of the record.

#statusString

The status of the request.

Possible values:

  • CREATED
  • IN_PROGRESS
  • IN_PROGRESS_IN_ERROR
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The status of the request.