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.
5639 5640 5641 5642 5643 5644 |
# File 'lib/aws-sdk-kafka/types.rb', line 5639 class RebootBrokerRequest < Struct.new( :broker_ids, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
5639 5640 5641 5642 5643 5644 |
# File 'lib/aws-sdk-kafka/types.rb', line 5639 class RebootBrokerRequest < Struct.new( :broker_ids, :cluster_arn) SENSITIVE = [] include Aws::Structure end |