AwsEc2InstanceDetails constructor

AwsEc2InstanceDetails({
  1. String? iamInstanceProfileArn,
  2. String? imageId,
  3. List<String>? ipV4Addresses,
  4. List<String>? ipV6Addresses,
  5. String? keyName,
  6. String? launchedAt,
  7. String? subnetId,
  8. String? type,
  9. String? vpcId,
})

Implementation

AwsEc2InstanceDetails({
  this.iamInstanceProfileArn,
  this.imageId,
  this.ipV4Addresses,
  this.ipV6Addresses,
  this.keyName,
  this.launchedAt,
  this.subnetId,
  this.type,
  this.vpcId,
});