Class: Aws::CloudTrail::Types::IngestionStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#latest_ingestion_attempt_event_idString

The event ID of the most recent attempt to ingest events.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3111

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_timeTime

The time stamp of the most recent attempt to ingest events on the channel.

Returns:

  • (Time)


3111
3112
3113
3114
3115
3116
3117
3118
3119
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3111

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_codeString

The error code for the most recent failure to ingest events.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3111

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_idString

The event ID of the most recent successful ingestion of events.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3111

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_timeTime

The time stamp of the most recent successful ingestion of events for the channel.

Returns:

  • (Time)


3111
3112
3113
3114
3115
3116
3117
3118
3119
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3111

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