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.
4695 4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-kafka/types.rb', line 4695 class RebootBrokerRequest < Struct.new( :broker_ids, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
4695 4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-kafka/types.rb', line 4695 class RebootBrokerRequest < Struct.new( :broker_ids, :cluster_arn) SENSITIVE = [] include Aws::Structure end |