Class: Aws::EC2::Types::InstanceFamilyCreditSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceFamilyCreditSpecification
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the default credit option for CPU usage of a burstable performance instance family.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu_credits ⇒ String
The default credit option for CPU usage of the instance family.
-
#instance_family ⇒ String
The instance family.
Instance Attribute Details
#cpu_credits ⇒ String
The default credit option for CPU usage of the instance family.
Valid values are standard
and unlimited
.
42659 42660 42661 42662 42663 42664 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42659 class InstanceFamilyCreditSpecification < Struct.new( :instance_family, :cpu_credits) SENSITIVE = [] include Aws::Structure end |
#instance_family ⇒ String
The instance family.
42659 42660 42661 42662 42663 42664 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42659 class InstanceFamilyCreditSpecification < Struct.new( :instance_family, :cpu_credits) SENSITIVE = [] include Aws::Structure end |