AWSEC2InstanceTypeInfoFromInstanceRequirements

Objective-C

@interface AWSEC2InstanceTypeInfoFromInstanceRequirements

Swift

class AWSEC2InstanceTypeInfoFromInstanceRequirements

The list of instance types with the specified instance attributes.

  • The matching instance type.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceType;

    Swift

    var instanceType: String? { get set }