Class: Aws::Types::GetBillingPreferencesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBillingPreferencesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_preferences ⇒ ::Array[Types::BillingPreferenceSummary]
Returns the value of attribute billing_preferences.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#billing_preferences ⇒ ::Array[Types::BillingPreferenceSummary]
Returns the value of attribute billing_preferences.
240 241 242 |
# File 'sig/types.rbs', line 240 def billing_preferences @billing_preferences end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
241 242 243 |
# File 'sig/types.rbs', line 241 def next_token @next_token end |