Class: Aws::Types::BrokerInstanceOptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BrokerInstanceOptionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_instance_options ⇒ ::Array[Types::BrokerInstanceOption]
Returns the value of attribute broker_instance_options.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#broker_instance_options ⇒ ::Array[Types::BrokerInstanceOption]
Returns the value of attribute broker_instance_options.
60 61 62 |
# File 'sig/types.rbs', line 60 def @broker_instance_options end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
61 62 63 |
# File 'sig/types.rbs', line 61 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
62 63 64 |
# File 'sig/types.rbs', line 62 def next_token @next_token end |