Class: Aws::EC2::Types::InstanceCreditSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceCreditSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the credit option for CPU usage of a burstable performance instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cpu_credits  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The credit option for CPU usage of the instance.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance.
 
Instance Attribute Details
#cpu_credits ⇒ String
The credit option for CPU usage of the instance.
Valid values: ‘standard` | `unlimited`
      42906 42907 42908 42909 42910 42911  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42906 class InstanceCreditSpecification < Struct.new( :instance_id, :cpu_credits) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The ID of the instance.
      42906 42907 42908 42909 42910 42911  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42906 class InstanceCreditSpecification < Struct.new( :instance_id, :cpu_credits) SENSITIVE = [] include Aws::Structure end  |