You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchDisassociateScramSecretRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_arn: "__string", # required
  secret_arn_list: ["__string"], # required
}

Request body for BatchDisassociateScramSecret.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)

#secret_arn_listArray<String>

List of AWS Secrets Manager secret ARNs.

Returns:

  • (Array<String>)

    List of AWS Secrets Manager secret ARNs.