GetInstanceTypeOfferingResult class

Result data returned by getInstanceTypeOffering.

Constructors

GetInstanceTypeOfferingResult({List<GetInstanceTypeOfferingFilter>? filters, String? id, String? instanceType, String? location, String? locationType, List<String>? preferredInstanceTypes, String? region})
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.
const
GetInstanceTypeOfferingResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetInstanceTypeOfferingFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
instanceType String?
EC2 Instance Type.
final
location String?
Identifier for the location.
final
locationType String?
final
preferredInstanceTypes List<String>?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited