class Aws::IoTAnalytics::Types::DescribeChannelRequest

@note When making an API call, you may pass DescribeChannelRequest

data as a hash:

    {
      channel_name: "ChannelName", # required
      include_statistics: false,
    }

@!attribute [rw] channel_name

The name of the channel whose information is retrieved.
@return [String]

@!attribute [rw] include_statistics

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.
@return [Boolean]

Constants

SENSITIVE