Class: Aws::CloudTrail::Types::IngestionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::IngestionStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
A table showing information about the most recent successful and failed attempts to ingest events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_ingestion_attempt_event_id ⇒ String
The event ID of the most recent attempt to ingest events.
-
#latest_ingestion_attempt_time ⇒ Time
The time stamp of the most recent attempt to ingest events on the channel.
-
#latest_ingestion_error_code ⇒ String
The error code for the most recent failure to ingest events.
-
#latest_ingestion_success_event_id ⇒ String
The event ID of the most recent successful ingestion of events.
-
#latest_ingestion_success_time ⇒ Time
The time stamp of the most recent successful ingestion of events for the channel.
Instance Attribute Details
#latest_ingestion_attempt_event_id ⇒ String
The event ID of the most recent attempt to ingest events.
2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2750 class IngestionStatus < Struct.new( :latest_ingestion_success_time, :latest_ingestion_success_event_id, :latest_ingestion_error_code, :latest_ingestion_attempt_time, :latest_ingestion_attempt_event_id) SENSITIVE = [] include Aws::Structure end |
#latest_ingestion_attempt_time ⇒ Time
The time stamp of the most recent attempt to ingest events on the channel.
2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2750 class IngestionStatus < Struct.new( :latest_ingestion_success_time, :latest_ingestion_success_event_id, :latest_ingestion_error_code, :latest_ingestion_attempt_time, :latest_ingestion_attempt_event_id) SENSITIVE = [] include Aws::Structure end |
#latest_ingestion_error_code ⇒ String
The error code for the most recent failure to ingest events.
2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2750 class IngestionStatus < Struct.new( :latest_ingestion_success_time, :latest_ingestion_success_event_id, :latest_ingestion_error_code, :latest_ingestion_attempt_time, :latest_ingestion_attempt_event_id) SENSITIVE = [] include Aws::Structure end |
#latest_ingestion_success_event_id ⇒ String
The event ID of the most recent successful ingestion of events.
2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2750 class IngestionStatus < Struct.new( :latest_ingestion_success_time, :latest_ingestion_success_event_id, :latest_ingestion_error_code, :latest_ingestion_attempt_time, :latest_ingestion_attempt_event_id) SENSITIVE = [] include Aws::Structure end |
#latest_ingestion_success_time ⇒ Time
The time stamp of the most recent successful ingestion of events for the channel.
2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2750 class IngestionStatus < Struct.new( :latest_ingestion_success_time, :latest_ingestion_success_event_id, :latest_ingestion_error_code, :latest_ingestion_attempt_time, :latest_ingestion_attempt_event_id) SENSITIVE = [] include Aws::Structure end |