Class: Aws::Types::BatchDisassociateScramSecretRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateScramSecretRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#secret_arn_list ⇒ ::Array[::String]
Returns the value of attribute secret_arn_list.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
644 645 646 |
# File 'sig/types.rbs', line 644 def cluster_arn @cluster_arn end |
#secret_arn_list ⇒ ::Array[::String]
Returns the value of attribute secret_arn_list.
645 646 647 |
# File 'sig/types.rbs', line 645 def secret_arn_list @secret_arn_list end |