Class: Aws::Types::ListJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#completed ⇒ ::String
Returns the value of attribute completed.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#statuscode ⇒ ::String
Returns the value of attribute statuscode.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def account_id @account_id end |
#completed ⇒ ::String
Returns the value of attribute completed.
358 359 360 |
# File 'sig/types.rbs', line 358 def completed @completed end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
355 356 357 |
# File 'sig/types.rbs', line 355 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
356 357 358 |
# File 'sig/types.rbs', line 356 def marker @marker end |
#statuscode ⇒ ::String
Returns the value of attribute statuscode.
357 358 359 |
# File 'sig/types.rbs', line 357 def statuscode @statuscode end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def vault_name @vault_name end |