Class: Aws::IoTAnalytics::Types::DescribeChannelRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The name of the channel whose information is retrieved.

Returns:

  • (String)


1513
1514
1515
1516
1517
1518
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1513

class DescribeChannelRequest < Struct.new(
  :channel_name,
  :include_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#include_statisticsBoolean

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.

Returns:

  • (Boolean)


1513
1514
1515
1516
1517
1518
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1513

class DescribeChannelRequest < Struct.new(
  :channel_name,
  :include_statistics)
  SENSITIVE = []
  include Aws::Structure
end