Class: Aws::Types::BrokerEngineTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::BrokerEngineTypeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_engine_types ⇒ ::Array[Types::BrokerEngineType]
Returns the value of attribute broker_engine_types.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#broker_engine_types ⇒ ::Array[Types::BrokerEngineType]
Returns the value of attribute broker_engine_types.
36 37 38 |
# File 'sig/types.rbs', line 36 def broker_engine_types @broker_engine_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
37 38 39 |
# File 'sig/types.rbs', line 37 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
38 39 40 |
# File 'sig/types.rbs', line 38 def next_token @next_token end |