AWSEC2ReservedInstancesModificationResult

Objective-C

@interface AWSEC2ReservedInstancesModificationResult

Swift

class AWSEC2ReservedInstancesModificationResult

Describes the modification request/s.

  • The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.

    Declaration

    Objective-C

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

    Swift

    var reservedInstancesId: String? { get set }
  • The target Reserved Instances configurations supplied as part of the modification request.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ReservedInstancesConfiguration *_Nullable targetConfiguration;

    Swift

    var targetConfiguration: AWSEC2ReservedInstancesConfiguration? { get set }