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.
filtersOptional.idThe provider-assigned unique ID for this managed resource.instanceTypeEC2 Instance Type.locationIdentifier for the location.locationTypeOptional.preferredInstanceTypesOptional.regionOptional.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