Class: Aws::Types::DatasetExportJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


476
477
478
# File 'sig/types.rbs', line 476

def creation_date_time
  @creation_date_time
end

#dataset_export_job_arn ⇒ ::String

Returns the value of attribute dataset_export_job_arn.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def dataset_export_job_arn
  @dataset_export_job_arn
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def failure_reason
  @failure_reason
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def job_name
  @job_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


477
478
479
# File 'sig/types.rbs', line 477

def last_updated_date_time
  @last_updated_date_time
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def status
  @status
end