Class: Aws::EC2::Types::InstanceFamilyCreditSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceFamilyCreditSpecification
- Includes:
- Structure
- Defined in:
- 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`.
42652 42653 42654 42655 42656 42657 |
# File 'lib/aws-sdk-ec2/types.rb', line 42652 class InstanceFamilyCreditSpecification < Struct.new( :instance_family, :cpu_credits) SENSITIVE = [] include Aws::Structure end |
#instance_family ⇒ String
The instance family.
42652 42653 42654 42655 42656 42657 |
# File 'lib/aws-sdk-ec2/types.rb', line 42652 class InstanceFamilyCreditSpecification < Struct.new( :instance_family, :cpu_credits) SENSITIVE = [] include Aws::Structure end |