paws.management (version 0.1.0)

servicecatalog_describe_record: Gets information about the specified request operation

Description

Gets information about the specified request operation.

Usage

servicecatalog_describe_record(AcceptLanguage, Id, PageToken, PageSize)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Id

[required] The record identifier of the provisioned product. This identifier is returned by the request operation.

PageToken

The page token for the next set of results. To retrieve the first set of results, use null.

PageSize

The maximum number of items to return with this call.

Request syntax

svc$describe_record(
  AcceptLanguage = "string",
  Id = "string",
  PageToken = "string",
  PageSize = 123
)

Details

Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).