Class: Aws::Types::ViewBillingResponse
- Inherits:
-
Object
- Object
- Aws::Types::ViewBillingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_records ⇒ ::Array[Types::BillingRecord]
Returns the value of attribute billing_records.
-
#next_page_marker ⇒ ::String
Returns the value of attribute next_page_marker.
Instance Attribute Details
#billing_records ⇒ ::Array[Types::BillingRecord]
Returns the value of attribute billing_records.
601 602 603 |
# File 'sig/types.rbs', line 601 def billing_records @billing_records end |
#next_page_marker ⇒ ::String
Returns the value of attribute next_page_marker.
600 601 602 |
# File 'sig/types.rbs', line 600 def next_page_marker @next_page_marker end |