DescribedServer constructor
DescribedServer({
- required String arn,
- String? certificate,
- EndpointDetails? endpointDetails,
- EndpointType? endpointType,
- String? hostKeyFingerprint,
- IdentityProviderDetails? identityProviderDetails,
- IdentityProviderType? identityProviderType,
- String? loggingRole,
- List<
Protocol> ? protocols, - String? securityPolicyName,
- String? serverId,
- State? state,
- List<
Tag> ? tags, - int? userCount,
Implementation
DescribedServer({
required this.arn,
this.certificate,
this.endpointDetails,
this.endpointType,
this.hostKeyFingerprint,
this.identityProviderDetails,
this.identityProviderType,
this.loggingRole,
this.protocols,
this.securityPolicyName,
this.serverId,
this.state,
this.tags,
this.userCount,
});