Class: Aws::Types::ListConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
620 621 622 |
# File 'sig/types.rbs', line 620 def configurations @configurations end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
621 622 623 |
# File 'sig/types.rbs', line 621 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
622 623 624 |
# File 'sig/types.rbs', line 622 def next_token @next_token end |