Class: Aws::Kafka::Types::RebootBrokerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::RebootBrokerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for RebootBrokerNode action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#broker_ids ⇒ Array<String>
The list of broker ids to be rebooted.
- #cluster_arn ⇒ String
Instance Attribute Details
#broker_ids ⇒ Array<String>
The list of broker ids to be rebooted.
4673 4674 4675 4676 4677 4678 |
# File 'lib/aws-sdk-kafka/types.rb', line 4673 class RebootBrokerRequest < Struct.new( :broker_ids, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
4673 4674 4675 4676 4677 4678 |
# File 'lib/aws-sdk-kafka/types.rb', line 4673 class RebootBrokerRequest < Struct.new( :broker_ids, :cluster_arn) SENSITIVE = [] include Aws::Structure end |