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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-kafka/types.rb', line 1798

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:



1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-kafka/types.rb', line 1798

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