Class: Aws::Types::JobListDescriptor

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



950
951
952
# File 'sig/types.rbs', line 950

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.



946
947
948
# File 'sig/types.rbs', line 946

def description
  @description
end

#job_id::String

Returns the value of attribute job_id.



945
946
947
# File 'sig/types.rbs', line 945

def job_id
  @job_id
end

#operation"LambdaInvoke", ...

Returns the value of attribute operation.



947
948
949
# File 'sig/types.rbs', line 947

def operation
  @operation
end

#priority::Integer

Returns the value of attribute priority.



948
949
950
# File 'sig/types.rbs', line 948

def priority
  @priority
end

#progress_summaryTypes::JobProgressSummary

Returns the value of attribute progress_summary.



952
953
954
# File 'sig/types.rbs', line 952

def progress_summary
  @progress_summary
end

#status"Active", ...

Returns the value of attribute status.



949
950
951
# File 'sig/types.rbs', line 949

def status
  @status
end

#termination_date::Time

Returns the value of attribute termination_date.



951
952
953
# File 'sig/types.rbs', line 951

def termination_date
  @termination_date
end