AwsElbv2LoadBalancerDetails constructor

AwsElbv2LoadBalancerDetails({
  1. List<AvailabilityZone>? availabilityZones,
  2. String? canonicalHostedZoneId,
  3. String? createdTime,
  4. String? dNSName,
  5. String? ipAddressType,
  6. String? scheme,
  7. List<String>? securityGroups,
  8. LoadBalancerState? state,
  9. String? type,
  10. String? vpcId,
})

Implementation

AwsElbv2LoadBalancerDetails({
  this.availabilityZones,
  this.canonicalHostedZoneId,
  this.createdTime,
  this.dNSName,
  this.ipAddressType,
  this.scheme,
  this.securityGroups,
  this.state,
  this.type,
  this.vpcId,
});