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

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 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)


13218
13219
13220
13221
13222
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13218

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