Host constructor
Host({
- String? hostArn,
- String? name,
- String? providerEndpoint,
- ProviderType? providerType,
- String? status,
- String? statusMessage,
- VpcConfiguration? vpcConfiguration,
Implementation
Host({
this.hostArn,
this.name,
this.providerEndpoint,
this.providerType,
this.status,
this.statusMessage,
this.vpcConfiguration,
});