GetHostOutput constructor

GetHostOutput({
  1. String? name,
  2. String? providerEndpoint,
  3. ProviderType? providerType,
  4. String? status,
  5. VpcConfiguration? vpcConfiguration,
})

Implementation

GetHostOutput({
  this.name,
  this.providerEndpoint,
  this.providerType,
  this.status,
  this.vpcConfiguration,
});