DurationRange

public struct DurationRange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).

    Declaration

    Swift

    public let maxSeconds: Int?
  • The minimum value of the duration range. Must be greater than zero.

    Declaration

    Swift

    public let minSeconds: Int?
  • Undocumented

    Declaration

    Swift

    public init(maxSeconds: Int? = nil, minSeconds: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws