listSourceViewsForBillingView
abstract suspend fun listSourceViewsForBillingView(input: ListSourceViewsForBillingViewRequest): ListSourceViewsForBillingViewResponse
Lists the source views (managed Amazon Web Services billing views) associated with the billing view.
Samples
fun main() {
//sampleStart
// Invoke ListSourceViewsForBillingView
val resp = billingClient.listSourceViewsForBillingView {
arn = "arn:aws:billing::123456789101:billingview/custom-46f47cb2-a11d-43f3-983d-470b5708a899"
}
//sampleEnd
}