Class: Aws::Types::ListVaultsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListVaultsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
424 425 426 |
# File 'sig/types.rbs', line 424 def account_id @account_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
426 427 428 |
# File 'sig/types.rbs', line 426 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
425 426 427 |
# File 'sig/types.rbs', line 425 def marker @marker end |