Class: Aws::CloudTrail::Types::ImportStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ImportStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Provides statistics for the specified ‘ImportID`. CloudTrail does not update import statistics in real-time. Returned values for parameters such as `EventsCompleted` may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events_completed ⇒ Integer
The number of trail events imported into the event data store.
-
#failed_entries ⇒ Integer
The number of failed entries.
-
#files_completed ⇒ Integer
The number of log files that completed import.
-
#prefixes_completed ⇒ Integer
The number of S3 prefixes that completed import.
-
#prefixes_found ⇒ Integer
The number of S3 prefixes found for the import.
Instance Attribute Details
#events_completed ⇒ Integer
The number of trail events imported into the event data store.
2665 2666 2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2665 class ImportStatistics < Struct.new( :prefixes_found, :prefixes_completed, :files_completed, :events_completed, :failed_entries) SENSITIVE = [] include Aws::Structure end |
#failed_entries ⇒ Integer
The number of failed entries.
2665 2666 2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2665 class ImportStatistics < Struct.new( :prefixes_found, :prefixes_completed, :files_completed, :events_completed, :failed_entries) SENSITIVE = [] include Aws::Structure end |
#files_completed ⇒ Integer
The number of log files that completed import.
2665 2666 2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2665 class ImportStatistics < Struct.new( :prefixes_found, :prefixes_completed, :files_completed, :events_completed, :failed_entries) SENSITIVE = [] include Aws::Structure end |
#prefixes_completed ⇒ Integer
The number of S3 prefixes that completed import.
2665 2666 2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2665 class ImportStatistics < Struct.new( :prefixes_found, :prefixes_completed, :files_completed, :events_completed, :failed_entries) SENSITIVE = [] include Aws::Structure end |
#prefixes_found ⇒ Integer
The number of S3 prefixes found for the import.
2665 2666 2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2665 class ImportStatistics < Struct.new( :prefixes_found, :prefixes_completed, :files_completed, :events_completed, :failed_entries) SENSITIVE = [] include Aws::Structure end |