Class: Aws::Kafka::Types::BatchDisassociateScramSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::BatchDisassociateScramSecretResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for BatchDisassociateScramSecret.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#unprocessed_scram_secrets ⇒ Array<Types::UnprocessedScramSecret>
List of errors when disassociating secrets to cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-kafka/types.rb', line 1798 class BatchDisassociateScramSecretResponse < Struct.new( :cluster_arn, :unprocessed_scram_secrets) SENSITIVE = [] include Aws::Structure end |
#unprocessed_scram_secrets ⇒ Array<Types::UnprocessedScramSecret>
List of errors when disassociating secrets to cluster.
1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-kafka/types.rb', line 1798 class BatchDisassociateScramSecretResponse < Struct.new( :cluster_arn, :unprocessed_scram_secrets) SENSITIVE = [] include Aws::Structure end |