GetInstanceTypeArgs constructor
Creates a new GetInstanceTypeArgs.
instanceType Instance
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const GetInstanceTypeArgs({
required this.instanceType,
this.region,
});