You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kafka::Types::BatchAssociateScramSecretRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Kafka::Types::BatchAssociateScramSecretRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing BatchAssociateScramSecretRequest 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 BatchAssociateScramSecret.
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.