Gets information about the specified request operation.
servicecatalog_describe_record(AcceptLanguage, Id, PageToken, PageSize)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The record identifier of the provisioned product. This identifier is returned by the request operation.
The page token for the next set of results. To retrieve the first set of results, use null.
The maximum number of items to return with this call.
svc$describe_record( AcceptLanguage = "string", Id = "string", PageToken = "string", PageSize = 123 )
Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
If a provisioned product was transferred to a new owner using UpdateProvisionedProductProperties, the new owner will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to use ListRecordHistory to see the product\'s history from when he was the owner.