AWSEC2InstanceCreditSpecification

Objective-C

@interface AWSEC2InstanceCreditSpecification

Swift

class AWSEC2InstanceCreditSpecification

Describes the credit option for CPU usage of a burstable performance instance.

  • The credit option for CPU usage of the instance.

    Valid values: standard | unlimited

    Declaration

    Objective-C

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

    Swift

    var cpuCredits: String? { get set }
  • The ID of the instance.

    Declaration

    Objective-C

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

    Swift

    var instanceId: String? { get set }