Class: Aws::Types::ListSecretsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecretsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#secret_list ⇒ ::Array[Types::SecretListEntry]
Returns the value of attribute secret_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
244 245 246 |
# File 'sig/types.rbs', line 244 def next_token @next_token end |
#secret_list ⇒ ::Array[Types::SecretListEntry]
Returns the value of attribute secret_list.
243 244 245 |
# File 'sig/types.rbs', line 243 def secret_list @secret_list end |