Class: Aws::FraudDetector::Types::IngestedEventStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::IngestedEventStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Data about the stored events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_size_in_bytes ⇒ Integer
The total size of the stored events.
-
#last_updated_time ⇒ String
Timestamp of when the stored event was last updated.
-
#least_recent_event ⇒ String
The oldest stored event.
-
#most_recent_event ⇒ String
The newest stored event.
-
#number_of_events ⇒ Integer
The number of stored events.
Instance Attribute Details
#event_data_size_in_bytes ⇒ Integer
The total size of the stored events.
3072 3073 3074 3075 3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3072 class IngestedEventStatistics < Struct.new( :number_of_events, :event_data_size_in_bytes, :least_recent_event, :most_recent_event, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
Timestamp of when the stored event was last updated.
3072 3073 3074 3075 3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3072 class IngestedEventStatistics < Struct.new( :number_of_events, :event_data_size_in_bytes, :least_recent_event, :most_recent_event, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#least_recent_event ⇒ String
The oldest stored event.
3072 3073 3074 3075 3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3072 class IngestedEventStatistics < Struct.new( :number_of_events, :event_data_size_in_bytes, :least_recent_event, :most_recent_event, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#most_recent_event ⇒ String
The newest stored event.
3072 3073 3074 3075 3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3072 class IngestedEventStatistics < Struct.new( :number_of_events, :event_data_size_in_bytes, :least_recent_event, :most_recent_event, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#number_of_events ⇒ Integer
The number of stored events.
3072 3073 3074 3075 3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3072 class IngestedEventStatistics < Struct.new( :number_of_events, :event_data_size_in_bytes, :least_recent_event, :most_recent_event, :last_updated_time) SENSITIVE = [] include Aws::Structure end |