Class: Aws::Types::GetBillingPreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBillingPreferencesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#features ⇒ ::Array[("RI_SHARING" | "RI_SHARING_HISTORY" | "CREDIT_SHARING" | "CREDIT_SHARING_HISTORY" | "CREDIT_LEVEL_SHARING" | "BILLING_ALERTS" | "CREDIT_PREFERENCE_OPTIONS")]
Returns the value of attribute features.
-
#filters ⇒ ::Array[Types::BillingFeatureFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#features ⇒ ::Array[("RI_SHARING" | "RI_SHARING_HISTORY" | "CREDIT_SHARING" | "CREDIT_SHARING_HISTORY" | "CREDIT_LEVEL_SHARING" | "BILLING_ALERTS" | "CREDIT_PREFERENCE_OPTIONS")]
Returns the value of attribute features.
234 235 236 |
# File 'sig/types.rbs', line 234 def features @features end |
#filters ⇒ ::Array[Types::BillingFeatureFilter]
Returns the value of attribute filters.
235 236 237 |
# File 'sig/types.rbs', line 235 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
233 234 235 |
# File 'sig/types.rbs', line 233 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
232 233 234 |
# File 'sig/types.rbs', line 232 def next_token @next_token end |