Class: Aws::Kafka::Types::BatchDisassociateScramSecretRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::BatchDisassociateScramSecretRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for BatchDisassociateScramSecret.
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
1779 1780 1781 1782 1783 1784 |
# File 'lib/aws-sdk-kafka/types.rb', line 1779 class BatchDisassociateScramSecretRequest < Struct.new( :cluster_arn, :secret_arn_list) SENSITIVE = [] include Aws::Structure end |
#secret_arn_list ⇒ Array<String>
List of AWS Secrets Manager secret ARNs.
1779 1780 1781 1782 1783 1784 |
# File 'lib/aws-sdk-kafka/types.rb', line 1779 class BatchDisassociateScramSecretRequest < Struct.new( :cluster_arn, :secret_arn_list) SENSITIVE = [] include Aws::Structure end |