Class: Aws::EC2::Types::InstanceCreditSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_creditsString

The credit option for CPU usage of the instance.

Valid values: standard | unlimited

Returns:

  • (String)


39176
39177
39178
39179
39180
39181
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39176

class InstanceCreditSpecification < Struct.new(
  :instance_id,
  :cpu_credits)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


39176
39177
39178
39179
39180
39181
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39176

class InstanceCreditSpecification < Struct.new(
  :instance_id,
  :cpu_credits)
  SENSITIVE = []
  include Aws::Structure
end