Class: Aws::Types::ListPricingPlansInput
- Inherits:
-
Object
- Object
- Aws::Types::ListPricingPlansInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
-
#filters ⇒ Types::ListPricingPlansFilter
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
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
582 583 584 |
# File 'sig/types.rbs', line 582 def billing_period @billing_period end |
#filters ⇒ Types::ListPricingPlansFilter
Returns the value of attribute filters.
583 584 585 |
# File 'sig/types.rbs', line 583 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
584 585 586 |
# File 'sig/types.rbs', line 584 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
585 586 587 |
# File 'sig/types.rbs', line 585 def next_token @next_token end |