AwsEc2EipDetails constructor

AwsEc2EipDetails({
  1. String? allocationId,
  2. String? associationId,
  3. String? domain,
  4. String? instanceId,
  5. String? networkBorderGroup,
  6. String? networkInterfaceId,
  7. String? networkInterfaceOwnerId,
  8. String? privateIpAddress,
  9. String? publicIp,
  10. String? publicIpv4Pool,
})

Implementation

AwsEc2EipDetails({
  this.allocationId,
  this.associationId,
  this.domain,
  this.instanceId,
  this.networkBorderGroup,
  this.networkInterfaceId,
  this.networkInterfaceOwnerId,
  this.privateIpAddress,
  this.publicIp,
  this.publicIpv4Pool,
});