Class: Aws::EC2::Types::CreditSpecificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreditSpecificationRequest
- Includes:
- Structure
- Defined in:
- 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
-
#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`
13431 13432 13433 13434 13435 |
# File 'lib/aws-sdk-ec2/types.rb', line 13431 class CreditSpecificationRequest < Struct.new( :cpu_credits) SENSITIVE = [] include Aws::Structure end |