Class: Aws::IoTAnalytics::Types::ChannelStatistics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTAnalytics::Types::ChannelStatistics
 
- 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
- 
  
    
      #size  ⇒ Types::EstimatedResourceSize 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The estimated size of the channel. 
Instance Attribute Details
#size ⇒ Types::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 |