Class: Aws::Types::DatasetExportJob

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)


461
462
463
# File 'sig/types.rbs', line 461

def creation_date_time
  @creation_date_time
end

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def dataset_arn
  @dataset_arn
end

#dataset_export_job_arn ⇒ ::String

Returns the value of attribute dataset_export_job_arn.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def dataset_export_job_arn
  @dataset_export_job_arn
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def failure_reason
  @failure_reason
end

#ingestion_mode ⇒ "BULK", ...

Returns the value of attribute ingestion_mode.

Returns:

  • ("BULK", "PUT", "ALL")


457
458
459
# File 'sig/types.rbs', line 457

def ingestion_mode
  @ingestion_mode
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def job_name
  @job_name
end

#job_output ⇒ Types::DatasetExportJobOutput

Returns the value of attribute job_output.



460
461
462
# File 'sig/types.rbs', line 460

def job_output
  @job_output
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


462
463
464
# File 'sig/types.rbs', line 462

def last_updated_date_time
  @last_updated_date_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def role_arn
  @role_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def status
  @status
end