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.
| 47230 47231 47232 47233 47234 47235 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47230 class InstanceFamilyCreditSpecification < Struct.new( :instance_family, :cpu_credits) SENSITIVE = [] include Aws::Structure end | 
#instance_family ⇒ String
The instance family.
| 47230 47231 47232 47233 47234 47235 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47230 class InstanceFamilyCreditSpecification < Struct.new( :instance_family, :cpu_credits) SENSITIVE = [] include Aws::Structure end |