Get Subscription
codecatalyst_get_subscription | R Documentation |
Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space¶
Description¶
Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
Usage¶
Arguments¶
spaceName
[required] The name of the space.
Value¶
A list with the following syntax:
list(
subscriptionType = "string",
awsAccountName = "string",
pendingSubscriptionType = "string",
pendingSubscriptionStartTime = as.POSIXct(
"2015-01-01"
)
)