GetInstanceTypeOfferingResult constructor
const
GetInstanceTypeOfferingResult({})
Creates a new GetInstanceTypeOfferingResult.
filters Optional.
id The provider-assigned unique ID for this managed resource.
instanceType EC2 Instance Type.
location Identifier for the location.
locationType Optional.
preferredInstanceTypes Optional.
region Optional.
Implementation
const GetInstanceTypeOfferingResult({
this.filters,
this.id,
this.instanceType,
this.location,
this.locationType,
this.preferredInstanceTypes,
this.region,
});