getBillingView

Returns the metadata associated to the specified billing view ARN.

Samples


fun main() { 
   //sampleStart 
   // Invoke GetBillingView
val resp = billingClient.getBillingView {
    arn = "arn:aws:billing::123456789101:billingview/custom-46f47cb2-a11d-43f3-983d-470b5708a899"
} 
   //sampleEnd
}