Class: Aws::IoTAnalytics::Types::DescribeChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribeChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ Types::Channel
An object that contains information about the channel.
-
#statistics ⇒ Types::ChannelStatistics
Statistics about the channel.
Instance Attribute Details
#channel ⇒ Types::Channel
An object that contains information about the channel.
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 |
#statistics ⇒ Types::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 |