Class: Aws::IoTAnalytics::Types::DescribeChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribeChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the channel whose information is retrieved.
-
#include_statistics ⇒ Boolean
If true, additional statistical information about the channel is included in the response.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel whose information is retrieved.
1513 1514 1515 1516 1517 1518 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1513 class DescribeChannelRequest < Struct.new( :channel_name, :include_statistics) SENSITIVE = [] include Aws::Structure end |
#include_statistics ⇒ Boolean
If true, additional statistical information about the channel is included in the response. This feature can’t be used with a channel whose S3 storage is customer-managed.
1513 1514 1515 1516 1517 1518 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1513 class DescribeChannelRequest < Struct.new( :channel_name, :include_statistics) SENSITIVE = [] include Aws::Structure end |