Class: Aws::Types::DescribeJobInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
121 122 123 |
# File 'sig/types.rbs', line 121 def account_id @account_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def job_id @job_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
122 123 124 |
# File 'sig/types.rbs', line 122 def vault_name @vault_name end |