Class: Aws::EC2::Types::CreditSpecification

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

Overview

Describes the credit option for CPU usage of a T2 or T3 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_creditsString

The credit option for CPU usage of a T2 or T3 instance. Valid values are ‘standard` and `unlimited`.

Returns:

  • (String)


7512
7513
7514
7515
# File 'lib/aws-sdk-ec2/types.rb', line 7512

class CreditSpecification < Struct.new(
  :cpu_credits)
  include Aws::Structure
end