Host constructor

Host({
  1. String? hostArn,
  2. String? name,
  3. String? providerEndpoint,
  4. ProviderType? providerType,
  5. String? status,
  6. String? statusMessage,
  7. VpcConfiguration? vpcConfiguration,
})

Implementation

Host({
  this.hostArn,
  this.name,
  this.providerEndpoint,
  this.providerType,
  this.status,
  this.statusMessage,
  this.vpcConfiguration,
});