Class: Aws::Types::IngestionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#latest_ingestion_attempt_event_id::String

Returns the value of attribute latest_ingestion_attempt_event_id.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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

def latest_ingestion_success_time
  @latest_ingestion_success_time
end