Class: Aws::Types::InitiateJobInput
- Inherits:
-
Object
- Object
- Aws::Types::InitiateJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#job_parameters ⇒ Types::JobParameters
Returns the value of attribute job_parameters.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def account_id @account_id end |
#job_parameters ⇒ Types::JobParameters
Returns the value of attribute job_parameters.
258 259 260 |
# File 'sig/types.rbs', line 258 def job_parameters @job_parameters end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
257 258 259 |
# File 'sig/types.rbs', line 257 def vault_name @vault_name end |