SampleChannelDataRequest

public struct SampleChannelDataRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the channel whose message samples are retrieved.

    Declaration

    Swift

    public let channelName: String
  • The end of the time window from which sample messages are retrieved.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The number of sample messages to be retrieved. The limit is 10, the default is also 10.

    Declaration

    Swift

    public let maxMessages: Int?
  • The start of the time window from which sample messages are retrieved.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(channelName: String, endTime: TimeStamp? = nil, maxMessages: Int? = nil, startTime: TimeStamp? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws