StaticIp constructor

StaticIp({
  1. String? arn,
  2. String? attachedTo,
  3. DateTime? createdAt,
  4. String? ipAddress,
  5. bool? isAttached,
  6. ResourceLocation? location,
  7. String? name,
  8. ResourceType? resourceType,
  9. String? supportCode,
})

Implementation

StaticIp({
  this.arn,
  this.attachedTo,
  this.createdAt,
  this.ipAddress,
  this.isAttached,
  this.location,
  this.name,
  this.resourceType,
  this.supportCode,
});