Class: Aws::Types::DescribeBrokerInstanceOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBrokerInstanceOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_type ⇒ ::String
Returns the value of attribute engine_type.
-
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#engine_type ⇒ ::String
Returns the value of attribute engine_type.
320 321 322 |
# File 'sig/types.rbs', line 320 def engine_type @engine_type end |
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
321 322 323 |
# File 'sig/types.rbs', line 321 def host_instance_type @host_instance_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
322 323 324 |
# File 'sig/types.rbs', line 322 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
323 324 325 |
# File 'sig/types.rbs', line 323 def next_token @next_token end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
324 325 326 |
# File 'sig/types.rbs', line 324 def storage_type @storage_type end |