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 T instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_creditsString

The credit option for CPU usage of a T instance.

Valid values: ‘standard` | `unlimited`

Returns:

  • (String)


13220
13221
13222
13223
13224
# File 'lib/aws-sdk-ec2/types.rb', line 13220

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