Class: Aws::Types::ListScramSecretsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListScramSecretsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def cluster_arn @cluster_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def next_token @next_token end |