Class: Aws::Types::DataDeletionJob

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)


417
418
419
# File 'sig/types.rbs', line 417

def creation_date_time
  @creation_date_time
end

#data_deletion_job_arn ⇒ ::String

Returns the value of attribute data_deletion_job_arn.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def data_deletion_job_arn
  @data_deletion_job_arn
end

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



413
414
415
# File 'sig/types.rbs', line 413

def data_source
  @data_source
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def dataset_group_arn
  @dataset_group_arn
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def failure_reason
  @failure_reason
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def job_name
  @job_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


418
419
420
# File 'sig/types.rbs', line 418

def last_updated_date_time
  @last_updated_date_time
end

#num_deleted ⇒ ::Integer

Returns the value of attribute num_deleted.

Returns:

  • (::Integer)


416
417
418
# File 'sig/types.rbs', line 416

def num_deleted
  @num_deleted
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def role_arn
  @role_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def status
  @status
end