ListedServer class
Returns properties of a file transfer protocol-enabled server that was specified.
Constructors
- ListedServer({required String arn, EndpointType? endpointType, IdentityProviderType? identityProviderType, String? loggingRole, String? serverId, State? state, int? userCount})
- 
          ListedServer.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- arn → String
- 
  Specifies the unique Amazon Resource Name (ARN) for a server to be listed.
  final
- endpointType → EndpointType?
- 
  Specifies the type of VPC endpoint that your server is connected to. If your
server is connected to a VPC endpoint, your server isn't accessible over the
public internet.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- identityProviderType → IdentityProviderType?
- 
  Specifies the authentication method used to validate a user for a server
that was specified. This can include Secure Shell (SSH), user name and
password combinations, or your own custom authentication method. Valid
values include SERVICE_MANAGEDorAPI_GATEWAY.final
- loggingRole → String?
- 
  Specifies the AWS Identity and Access Management (IAM) role that allows a
server to turn on Amazon CloudWatch logging.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- serverId → String?
- 
  Specifies the unique system assigned identifier for the servers that were
listed.
  final
- state → State?
- 
  Specifies the condition of a server for the server that was described. A
value of ONLINEindicates that the server can accept jobs and transfer files. AStatevalue ofOFFLINEmeans that the server cannot perform file transfer operations.final
- userCount → int?
- 
  Specifies the number of users that are assigned to a server you specified
with the ServerId.final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited