Class: Aws::IoTAnalytics::Types::ChannelStatistics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotanalytics/types.rb

Overview

Statistics information about the channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sizeTypes::EstimatedResourceSize

The estimated size of the channel.



237
238
239
240
241
# File 'lib/aws-sdk-iotanalytics/types.rb', line 237

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