Class: Aws::IoTAnalytics::Types::DescribeChannelResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

An object that contains information about the channel.

Returns:



1529
1530
1531
1532
1533
1534
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1529

class DescribeChannelResponse < Struct.new(
  :channel,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::ChannelStatistics

Statistics about the channel. Included if the ‘includeStatistics` parameter is set to `true` in the request.



1529
1530
1531
1532
1533
1534
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1529

class DescribeChannelResponse < Struct.new(
  :channel,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end