Class: Aws::Types::BatchAssociateScramSecretRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateScramSecretRequest
- 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.
30 31 32 |
# File 'sig/types.rbs', line 30 def cluster_arn @cluster_arn end |
#secret_arn_list ⇒ ::Array[::String]
Returns the value of attribute secret_arn_list.
31 32 33 |
# File 'sig/types.rbs', line 31 def secret_arn_list @secret_arn_list end |