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)


1779
1780
1781
1782
1783
1784
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1779

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:



1779
1780
1781
1782
1783
1784
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1779

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