Class: Aws::Kafka::Types::BatchAssociateScramSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::BatchAssociateScramSecretResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for BatchAssociateScramSecret.
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 associating secrets to cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
57 58 59 60 61 62 |
# File 'lib/aws-sdk-kafka/types.rb', line 57 class BatchAssociateScramSecretResponse < Struct.new( :cluster_arn, :unprocessed_scram_secrets) SENSITIVE = [] include Aws::Structure end |
#unprocessed_scram_secrets ⇒ Array<Types::UnprocessedScramSecret>
List of errors when associating secrets to cluster.
57 58 59 60 61 62 |
# File 'lib/aws-sdk-kafka/types.rb', line 57 class BatchAssociateScramSecretResponse < Struct.new( :cluster_arn, :unprocessed_scram_secrets) SENSITIVE = [] include Aws::Structure end |