Class: Aws::Types::StartJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ValidateAddress"
Returns the value of attribute action.
-
#action_options ⇒ Types::JobActionOptions
Returns the value of attribute action_options.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#input_options ⇒ Types::JobInputOptions
Returns the value of attribute input_options.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_options ⇒ Types::JobOutputOptions
Returns the value of attribute output_options.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#action ⇒ "ValidateAddress"
Returns the value of attribute action.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def action @action end |
#action_options ⇒ Types::JobActionOptions
Returns the value of attribute action_options.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def client_token @client_token end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def execution_role_arn @execution_role_arn end |
#input_options ⇒ Types::JobInputOptions
Returns the value of attribute input_options.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def end |
#name ⇒ ::String
Returns the value of attribute name.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def name @name end |
#output_options ⇒ Types::JobOutputOptions
Returns the value of attribute output_options.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def end |