AWSEC2InstanceTypeOffering

Objective-C

@interface AWSEC2InstanceTypeOffering

Swift

class AWSEC2InstanceTypeOffering

The instance types offered.

  • The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2InstanceType instanceType;

    Swift

    var instanceType: AWSEC2InstanceType { get set }
  • The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)

    Declaration

    Objective-C

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

    Swift

    var location: String? { get set }
  • The location type.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2LocationType locationType;

    Swift

    var locationType: AWSEC2LocationType { get set }