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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/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 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 237

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