ListDatasetContentsRequest

public struct ListDatasetContentsRequest : AWSShape
extension IoTAnalytics.ListDatasetContentsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the data set whose contents information you want to list.

    Declaration

    Swift

    public let datasetName: String
  • The maximum number of results to return in this request.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • A filter to limit results to those data set contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

    Declaration

    Swift

    public let scheduledBefore: TimeStamp?
  • A filter to limit results to those data set contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

    Declaration

    Swift

    public let scheduledOnOrAfter: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(datasetName: String, maxResults: Int? = nil, nextToken: String? = nil, scheduledBefore: TimeStamp? = nil, scheduledOnOrAfter: TimeStamp? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws