SignOutUserRequest

public struct SignOutUserRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the fleet.

    Declaration

    Swift

    public let fleetArn: String
  • The name of the user.

    Declaration

    Swift

    public let username: String
  • Undocumented

    Declaration

    Swift

    public init(fleetArn: String, username: String)
  • Declaration

    Swift

    public func validate(name: String) throws