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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


57
58
59
60
61
62
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 57

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:



57
58
59
60
61
62
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 57

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