servicecatalog_describe_provisioned_product {paws.management} | R Documentation |
Gets information about the specified provisioned product
Description
Gets information about the specified provisioned product.
See https://www.paws-r-sdk.com/docs/servicecatalog_describe_provisioned_product/ for full documentation.
Usage
servicecatalog_describe_provisioned_product(
AcceptLanguage = NULL,
Id = NULL,
Name = NULL
)
Arguments
AcceptLanguage |
The language code.
|
Id |
The provisioned product identifier. You must provide the name or ID, but not both. If you do not provide a name or ID, or you provide both name and ID, an
|
Name |
The name of the provisioned product. You must provide the name or ID, but not both. If you do not provide a name or ID, or you provide both name and ID, an
|
[Package paws.management version 0.9.0 Index]