Class: Aws::Types::BatchAssociateScramSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateScramSecretResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#unprocessed_scram_secrets ⇒ ::Array[Types::UnprocessedScramSecret]
Returns the value of attribute unprocessed_scram_secrets.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def cluster_arn @cluster_arn end |
#unprocessed_scram_secrets ⇒ ::Array[Types::UnprocessedScramSecret]
Returns the value of attribute unprocessed_scram_secrets.
30 31 32 |
# File 'sig/types.rbs', line 30 def unprocessed_scram_secrets @unprocessed_scram_secrets end |