Class: Aws::Kafka::Types::BatchDisassociateScramSecretRequest

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

Overview

Request body for BatchDisassociateScramSecret.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString



2017
2018
2019
2020
2021
2022
# File 'lib/aws-sdk-kafka/types.rb', line 2017

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

#secret_arn_listArray<String>

List of AWS Secrets Manager secret ARNs.



2017
2018
2019
2020
2021
2022
# File 'lib/aws-sdk-kafka/types.rb', line 2017

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