Class: Aws::IoTAnalytics::Types::SampleChannelDataRequest

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 message samples are retrieved.

Returns:

  • (String)


2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2667

class SampleChannelDataRequest < Struct.new(
  :channel_name,
  :max_messages,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end of the time window from which sample messages are retrieved.

Returns:

  • (Time)


2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2667

class SampleChannelDataRequest < Struct.new(
  :channel_name,
  :max_messages,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#max_messagesInteger

The number of sample messages to be retrieved. The limit is 10. The default is also 10.

Returns:

  • (Integer)


2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2667

class SampleChannelDataRequest < Struct.new(
  :channel_name,
  :max_messages,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start of the time window from which sample messages are retrieved.

Returns:

  • (Time)


2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2667

class SampleChannelDataRequest < Struct.new(
  :channel_name,
  :max_messages,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end