class Aws::IoTAnalytics::Types::ChannelSummary

A summary of information about a channel.

@!attribute [rw] channel_name

The name of the channel.
@return [String]

@!attribute [rw] channel_storage

Where channel data is stored.
@return [Types::ChannelStorageSummary]

@!attribute [rw] status

The status of the channel.
@return [String]

@!attribute [rw] creation_time

When the channel was created.
@return [Time]

@!attribute [rw] last_update_time

The last time the channel was updated.
@return [Time]

@!attribute [rw] last_message_arrival_time

The last time when a new message arrived in the channel.

IoT Analytics updates this value at most once per minute for one
channel. Hence, the `lastMessageArrivalTime` value is an
approximation.

This feature only applies to messages that arrived in the data store
after October 23, 2020.
@return [Time]

Constants

SENSITIVE