Class: Aws::Types::GetJobOutputInput
- Inherits:
-
Object
- Object
- Aws::Types::GetJobOutputInput
- 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.
-
#range ⇒ ::String
Returns the value of attribute range.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def account_id @account_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
163 164 165 |
# File 'sig/types.rbs', line 163 def job_id @job_id end |
#range ⇒ ::String
Returns the value of attribute range.
164 165 166 |
# File 'sig/types.rbs', line 164 def range @range end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
162 163 164 |
# File 'sig/types.rbs', line 162 def vault_name @vault_name end |