Instance constructor
Instance({
- String? agentVersion,
- String? amiId,
- Architecture? architecture,
- String? arn,
- AutoScalingType? autoScalingType,
- String? availabilityZone,
- List<
BlockDeviceMapping> ? blockDeviceMappings, - String? createdAt,
- bool? ebsOptimized,
- String? ec2InstanceId,
- String? ecsClusterArn,
- String? ecsContainerInstanceArn,
- String? elasticIp,
- String? hostname,
- String? infrastructureClass,
- bool? installUpdatesOnBoot,
- String? instanceId,
- String? instanceProfileArn,
- String? instanceType,
- String? lastServiceErrorId,
- List<
String> ? layerIds, - String? os,
- String? platform,
- String? privateDns,
- String? privateIp,
- String? publicDns,
- String? publicIp,
- String? registeredBy,
- String? reportedAgentVersion,
- ReportedOs? reportedOs,
- RootDeviceType? rootDeviceType,
- String? rootDeviceVolumeId,
- List<
String> ? securityGroupIds, - String? sshHostDsaKeyFingerprint,
- String? sshHostRsaKeyFingerprint,
- String? sshKeyName,
- String? stackId,
- String? status,
- String? subnetId,
- String? tenancy,
- VirtualizationType? virtualizationType,
Implementation
Instance({
this.agentVersion,
this.amiId,
this.architecture,
this.arn,
this.autoScalingType,
this.availabilityZone,
this.blockDeviceMappings,
this.createdAt,
this.ebsOptimized,
this.ec2InstanceId,
this.ecsClusterArn,
this.ecsContainerInstanceArn,
this.elasticIp,
this.hostname,
this.infrastructureClass,
this.installUpdatesOnBoot,
this.instanceId,
this.instanceProfileArn,
this.instanceType,
this.lastServiceErrorId,
this.layerIds,
this.os,
this.platform,
this.privateDns,
this.privateIp,
this.publicDns,
this.publicIp,
this.registeredBy,
this.reportedAgentVersion,
this.reportedOs,
this.rootDeviceType,
this.rootDeviceVolumeId,
this.securityGroupIds,
this.sshHostDsaKeyFingerprint,
this.sshHostRsaKeyFingerprint,
this.sshKeyName,
this.stackId,
this.status,
this.subnetId,
this.tenancy,
this.virtualizationType,
});