Class: Aws::CloudWatchLogs::Types::ImportStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ImportStatistics
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Statistics about the import progress
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bytes_imported ⇒ Integer
The total number of bytes that have been imported to the managed log group.
Instance Attribute Details
#bytes_imported ⇒ Integer
The total number of bytes that have been imported to the managed log group.
4468 4469 4470 4471 4472 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4468 class ImportStatistics < Struct.new( :bytes_imported) SENSITIVE = [] include Aws::Structure end |