Class: Aws::Types::BatchDisassociateScramSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateScramSecretResponse
- 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.
650 651 652 |
# File 'sig/types.rbs', line 650 def cluster_arn @cluster_arn end |
#unprocessed_scram_secrets ⇒ ::Array[Types::UnprocessedScramSecret]
Returns the value of attribute unprocessed_scram_secrets.
651 652 653 |
# File 'sig/types.rbs', line 651 def unprocessed_scram_secrets @unprocessed_scram_secrets end |