Class: Aws::Types::ListBillingViewsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBillingViewsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_views ⇒ ::Array[Types::BillingViewListElement]
Returns the value of attribute billing_views.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#billing_views ⇒ ::Array[Types::BillingViewListElement]
Returns the value of attribute billing_views.
376 377 378 |
# File 'sig/types.rbs', line 376 def billing_views @billing_views end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
377 378 379 |
# File 'sig/types.rbs', line 377 def next_token @next_token end |