Class: Aws::Kafka::Types::BatchAssociateScramSecretRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::BatchAssociateScramSecretRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for BatchAssociateScramSecret.
Constant Summary collapse
- SENSITIVE =
[]
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
38 39 40 41 42 43 |
# File 'lib/aws-sdk-kafka/types.rb', line 38 class BatchAssociateScramSecretRequest < Struct.new( :cluster_arn, :secret_arn_list) SENSITIVE = [] include Aws::Structure end |
#secret_arn_list ⇒ Array<String>
List of AWS Secrets Manager secret ARNs.
38 39 40 41 42 43 |
# File 'lib/aws-sdk-kafka/types.rb', line 38 class BatchAssociateScramSecretRequest < Struct.new( :cluster_arn, :secret_arn_list) SENSITIVE = [] include Aws::Structure end |