Class: Aws::Types::ListConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_type ⇒ "SERVER", ...
Returns the value of attribute configuration_type.
-
#filters ⇒ ::Array[Types::Filter]
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.
-
#order_by ⇒ ::Array[Types::OrderByElement]
Returns the value of attribute order_by.
Instance Attribute Details
#configuration_type ⇒ "SERVER", ...
Returns the value of attribute configuration_type.
450 451 452 |
# File 'sig/types.rbs', line 450 def configuration_type @configuration_type end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
451 452 453 |
# File 'sig/types.rbs', line 451 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
452 453 454 |
# File 'sig/types.rbs', line 452 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
453 454 455 |
# File 'sig/types.rbs', line 453 def next_token @next_token end |
#order_by ⇒ ::Array[Types::OrderByElement]
Returns the value of attribute order_by.
454 455 456 |
# File 'sig/types.rbs', line 454 def order_by @order_by end |