DescribedServer constructor

DescribedServer({
  1. required String arn,
  2. String? certificate,
  3. EndpointDetails? endpointDetails,
  4. EndpointType? endpointType,
  5. String? hostKeyFingerprint,
  6. IdentityProviderDetails? identityProviderDetails,
  7. IdentityProviderType? identityProviderType,
  8. String? loggingRole,
  9. List<Protocol>? protocols,
  10. String? securityPolicyName,
  11. String? serverId,
  12. State? state,
  13. List<Tag>? tags,
  14. 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,
});