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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4646
4647
4648
4649
4650
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4646

class ImportStatistics < Struct.new(
  :bytes_imported)
  SENSITIVE = []
  include Aws::Structure
end