CreateTestGridUrlRequest

public struct CreateTestGridUrlRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Lifetime, in seconds, of the URL.

    Declaration

    Swift

    public let expiresInSeconds: Int
  • ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.

    Declaration

    Swift

    public let projectArn: String
  • Undocumented

    Declaration

    Swift

    public init(expiresInSeconds: Int, projectArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws