Class: Aws::Types::IngestionStatus

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#latest_ingestion_attempt_event_id::String

Returns the value of attribute latest_ingestion_attempt_event_id.



650
651
652
# File 'sig/types.rbs', line 650

def latest_ingestion_attempt_event_id
  @latest_ingestion_attempt_event_id
end

#latest_ingestion_attempt_time::Time

Returns the value of attribute latest_ingestion_attempt_time.



649
650
651
# File 'sig/types.rbs', line 649

def latest_ingestion_attempt_time
  @latest_ingestion_attempt_time
end

#latest_ingestion_error_code::String

Returns the value of attribute latest_ingestion_error_code.



648
649
650
# File 'sig/types.rbs', line 648

def latest_ingestion_error_code
  @latest_ingestion_error_code
end

#latest_ingestion_success_event_id::String

Returns the value of attribute latest_ingestion_success_event_id.



647
648
649
# File 'sig/types.rbs', line 647

def latest_ingestion_success_event_id
  @latest_ingestion_success_event_id
end

#latest_ingestion_success_time::Time

Returns the value of attribute latest_ingestion_success_time.



646
647
648
# File 'sig/types.rbs', line 646

def latest_ingestion_success_time
  @latest_ingestion_success_time
end