Class: Aws::Kafka::Types::BatchAssociateScramSecretResponse

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

Overview

Response body for BatchAssociateScramSecret.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


76
77
78
79
80
81
# File 'lib/aws-sdk-kafka/types.rb', line 76

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

#unprocessed_scram_secretsArray<Types::UnprocessedScramSecret>

List of errors when associating secrets to cluster.

Returns:



76
77
78
79
80
81
# File 'lib/aws-sdk-kafka/types.rb', line 76

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