Class: Aws::Types::CreateJobInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
-
#manifest ⇒ ::String
Returns the value of attribute manifest.
-
#manifest_addendum ⇒ ::String
Returns the value of attribute manifest_addendum.
-
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
43 44 45 |
# File 'sig/types.rbs', line 43 def api_version @api_version end |
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
39 40 41 |
# File 'sig/types.rbs', line 39 def job_type @job_type end |
#manifest ⇒ ::String
Returns the value of attribute manifest.
40 41 42 |
# File 'sig/types.rbs', line 40 def manifest @manifest end |
#manifest_addendum ⇒ ::String
Returns the value of attribute manifest_addendum.
41 42 43 |
# File 'sig/types.rbs', line 41 def manifest_addendum @manifest_addendum end |
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
42 43 44 |
# File 'sig/types.rbs', line 42 def validate_only @validate_only end |