Class: Aws::Types::DataDeletionJobSummary

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)


428
429
430
# File 'sig/types.rbs', line 428

def creation_date_time
  @creation_date_time
end

#data_deletion_job_arn ⇒ ::String

Returns the value of attribute data_deletion_job_arn.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def data_deletion_job_arn
  @data_deletion_job_arn
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def dataset_group_arn
  @dataset_group_arn
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def failure_reason
  @failure_reason
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def job_name
  @job_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


429
430
431
# File 'sig/types.rbs', line 429

def last_updated_date_time
  @last_updated_date_time
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def status
  @status
end