Class: Aws::Types::StartJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action"ValidateAddress"

Returns the value of attribute action.

Returns:



1285
1286
1287
# File 'sig/types.rbs', line 1285

def action
  @action
end

#action_optionsTypes::JobActionOptions

Returns the value of attribute action_options.

Returns:



1286
1287
1288
# File 'sig/types.rbs', line 1286

def action_options
  @action_options
end

#client_token::String

Returns the value of attribute client_token.

Returns:



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.

Returns:



1287
1288
1289
# File 'sig/types.rbs', line 1287

def execution_role_arn
  @execution_role_arn
end

#input_optionsTypes::JobInputOptions

Returns the value of attribute input_options.

Returns:



1288
1289
1290
# File 'sig/types.rbs', line 1288

def input_options
  @input_options
end

#name::String

Returns the value of attribute name.

Returns:



1289
1290
1291
# File 'sig/types.rbs', line 1289

def name
  @name
end

#output_optionsTypes::JobOutputOptions

Returns the value of attribute output_options.

Returns:



1290
1291
1292
# File 'sig/types.rbs', line 1290

def output_options
  @output_options
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



1291
1292
1293
# File 'sig/types.rbs', line 1291

def tags
  @tags
end