Class: Aws::Types::ListVaultsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListVaultsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#vault_list ⇒ ::Array[Types::DescribeVaultOutput]
Returns the value of attribute vault_list.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
432 433 434 |
# File 'sig/types.rbs', line 432 def marker @marker end |
#vault_list ⇒ ::Array[Types::DescribeVaultOutput]
Returns the value of attribute vault_list.
431 432 433 |
# File 'sig/types.rbs', line 431 def vault_list @vault_list end |