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