Class: Aws::EC2::Types::CreditSpecificationRequest

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

Overview

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)


13234
13235
13236
13237
13238
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13234

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