describe_subscribed_workteam
(**kwargs)¶Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.
See also: AWS API Documentation
Request Syntax
response = client.describe_subscribed_workteam(
WorkteamArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the subscribed work team to describe.
{
'SubscribedWorkteam': {
'WorkteamArn': 'string',
'MarketplaceTitle': 'string',
'SellerName': 'string',
'MarketplaceDescription': 'string',
'ListingId': 'string'
}
}
Response Structure
A Workteam
instance that contains information about the work team.
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
The title of the service provided by the vendor in the Amazon Marketplace.
The name of the vendor in the Amazon Marketplace.
The description of the vendor from the Amazon Marketplace.
Marketplace product listing ID.