InstallToRemoteAccessSessionRequest

public struct InstallToRemoteAccessSessionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the app about which you are requesting information.

    Declaration

    Swift

    public let appArn: String
  • The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.

    Declaration

    Swift

    public let remoteAccessSessionArn: String
  • Undocumented

    Declaration

    Swift

    public init(appArn: String, remoteAccessSessionArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws