StaticIp constructor
StaticIp({
- String? arn,
- String? attachedTo,
- DateTime? createdAt,
- String? ipAddress,
- bool? isAttached,
- ResourceLocation? location,
- String? name,
- ResourceType? resourceType,
- String? supportCode,
Implementation
StaticIp({
this.arn,
this.attachedTo,
this.createdAt,
this.ipAddress,
this.isAttached,
this.location,
this.name,
this.resourceType,
this.supportCode,
});