Class: Aws::CloudWatchLogs::Types::ImportStatistics

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

Instance Attribute Details

#bytes_importedInteger

The total number of bytes that have been imported to the managed log group.

Returns:

  • (Integer)


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