AWSEC2ReservedInstancesId

Objective-C

@interface AWSEC2ReservedInstancesId

Swift

class AWSEC2ReservedInstancesId

Describes the ID of a Reserved Instance.

  • The ID of the Reserved Instance.

    Declaration

    Objective-C

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

    Swift

    var reservedInstancesId: String? { get set }