Class: Aws::Types::RebootBrokerRequest
- Inherits:
-
Object
- Object
- Aws::Types::RebootBrokerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_ids ⇒ ::Array[::String]
Returns the value of attribute broker_ids.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
Instance Attribute Details
#broker_ids ⇒ ::Array[::String]
Returns the value of attribute broker_ids.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def broker_ids @broker_ids end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def cluster_arn @cluster_arn end |