Class: Aws::Kafka::Types::RebootBrokerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Response body for RebootBrokers action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
# File 'lib/aws-sdk-kafka/types.rb', line 4692

class RebootBrokerResponse < Struct.new(
  :cluster_arn,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_operation_arnString

The Amazon Resource Name (ARN) of the cluster operation.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
# File 'lib/aws-sdk-kafka/types.rb', line 4692

class RebootBrokerResponse < Struct.new(
  :cluster_arn,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end