Class: Aws::EC2::Types::CreditSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreditSpecification
- 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
-
#cpu_credits ⇒ String
The credit option for CPU usage of a T instance.
Instance Attribute Details
#cpu_credits ⇒ String
The credit option for CPU usage of a T instance.
Valid values: standard
| unlimited
13572 13573 13574 13575 13576 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13572 class CreditSpecification < Struct.new( :cpu_credits) SENSITIVE = [] include Aws::Structure end |