Class: Aws::Types::ListJobsResponseEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:created_at, :ended_at, :updated_at])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ValidateAddress"

Returns the value of attribute action.

Returns:

  • ("ValidateAddress")


913
914
915
# File 'sig/types.rbs', line 913

def action
  @action
end

#action_optionsTypes::JobActionOptions

Returns the value of attribute action_options.



914
915
916
# File 'sig/types.rbs', line 914

def action_options
  @action_options
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


915
916
917
# File 'sig/types.rbs', line 915

def created_at
  @created_at
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


917
918
919
# File 'sig/types.rbs', line 917

def ended_at
  @ended_at
end

#errorTypes::JobError

Returns the value of attribute error.

Returns:



918
919
920
# File 'sig/types.rbs', line 918

def error
  @error
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def execution_role_arn
  @execution_role_arn
end

#input_optionsTypes::JobInputOptions

Returns the value of attribute input_options.



919
920
921
# File 'sig/types.rbs', line 919

def input_options
  @input_options
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def job_id
  @job_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def name
  @name
end

#output_optionsTypes::JobOutputOptions

Returns the value of attribute output_options.



923
924
925
# File 'sig/types.rbs', line 923

def output_options
  @output_options
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "Running", "Completed", "Failed", "Cancelling", "Cancelled")


924
925
926
# File 'sig/types.rbs', line 924

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


925
926
927
# File 'sig/types.rbs', line 925

def updated_at
  @updated_at
end