Class: Aws::Types::DescribeBrokerEngineTypesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBrokerEngineTypesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_type ⇒ ::String
Returns the value of attribute engine_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#engine_type ⇒ ::String
Returns the value of attribute engine_type.
306 307 308 |
# File 'sig/types.rbs', line 306 def engine_type @engine_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
307 308 309 |
# File 'sig/types.rbs', line 307 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
308 309 310 |
# File 'sig/types.rbs', line 308 def next_token @next_token end |