Class: Aws::Types::Job

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.



157
158
159
# File 'sig/types.rbs', line 157

def creation_date
  @creation_date
end

#is_canceledBoolean

Returns the value of attribute is_canceled.



158
159
160
# File 'sig/types.rbs', line 158

def is_canceled
  @is_canceled
end

#job_id::String

Returns the value of attribute job_id.



156
157
158
# File 'sig/types.rbs', line 156

def job_id
  @job_id
end

#job_type"Import", "Export"

Returns the value of attribute job_type.



159
160
161
# File 'sig/types.rbs', line 159

def job_type
  @job_type
end