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
- Struct
- Aws::Kafka::Types::BatchDisassociateScramSecretRequest
- 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
-
#cluster_arn ⇒ String
-
#secret_arn_list ⇒ Array<String>
List of AWS Secrets Manager secret ARNs.
Instance Attribute Details
#cluster_arn ⇒ String
#secret_arn_list ⇒ Array<String>
List of AWS Secrets Manager secret ARNs.