class Aws::Kafka::Types::RebootBrokerRequest

Request body for RebootBrokerNode action.

@note When making an API call, you may pass RebootBrokerRequest

data as a hash:

    {
      broker_ids: ["__string"], # required
      cluster_arn: "__string", # required
    }

@!attribute [rw] broker_ids

The list of broker ids to be rebooted.
@return [Array<String>]

@!attribute [rw] cluster_arn

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/RebootBrokerRequest AWS API Documentation

Constants

SENSITIVE