Class: Aws::Kafka::Types::BatchDisassociateScramSecretResponse

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

Overview

Response body for BatchDisassociateScramSecret.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1812

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

#unprocessed_scram_secretsArray<Types::UnprocessedScramSecret>

List of errors when disassociating secrets to cluster.

Returns:



1812
1813
1814
1815
1816
1817
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1812

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