class Aws::IoTAnalytics::Types::SampleChannelDataRequest

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

data as a hash:

    {
      channel_name: "ChannelName", # required
      max_messages: 1,
      start_time: Time.now,
      end_time: Time.now,
    }

@!attribute [rw] channel_name

The name of the channel whose message samples are retrieved.
@return [String]

@!attribute [rw] max_messages

The number of sample messages to be retrieved. The limit is 10. The
default is also 10.
@return [Integer]

@!attribute [rw] start_time

The start of the time window from which sample messages are
retrieved.
@return [Time]

@!attribute [rw] end_time

The end of the time window from which sample messages are retrieved.
@return [Time]

Constants

SENSITIVE