Class: Aws::Kafka::Types::UpdateMonitoringResponse

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

Overview

Response body for UpdateMonitoring.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.



4567
4568
4569
4570
4571
4572
# File 'lib/aws-sdk-kafka/types.rb', line 4567

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

#cluster_operation_arnString

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



4567
4568
4569
4570
4571
4572
# File 'lib/aws-sdk-kafka/types.rb', line 4567

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