Class: Aws::Types::UpdateJobInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
-
#manifest ⇒ ::String
Returns the value of attribute manifest.
-
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
221 222 223 |
# File 'sig/types.rbs', line 221 def api_version @api_version end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def job_id @job_id end |
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
219 220 221 |
# File 'sig/types.rbs', line 219 def job_type @job_type end |
#manifest ⇒ ::String
Returns the value of attribute manifest.
218 219 220 |
# File 'sig/types.rbs', line 218 def manifest @manifest end |
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
220 221 222 |
# File 'sig/types.rbs', line 220 def validate_only @validate_only end |