TimeWindow

public struct TimeWindow : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The end of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z. For example, “2016-09-27T14:50Z”. You can specify any time range in the previous three hours.

    Declaration

    Swift

    public let endTime: TimeStamp
  • The beginning of the time range from which you want GetSampledRequests to return a sample of the requests that your AWS resource received. You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z. For example, “2016-09-27T14:50Z”. You can specify any time range in the previous three hours.

    Declaration

    Swift

    public let startTime: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp, startTime: TimeStamp)