Class: Aws::EC2::Types::EbsInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::EbsInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the Amazon EBS features supported by the instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ebs_optimized_info  ⇒ Types::EbsOptimizedInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the optimized EBS performance for the instance type.
 - 
  
    
      #ebs_optimized_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the instance type is Amazon EBS-optimized.
 - 
  
    
      #encryption_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether Amazon EBS encryption is supported.
 - 
  
    
      #nvme_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether non-volatile memory express (NVMe) is supported.
 
Instance Attribute Details
#ebs_optimized_info ⇒ Types::EbsOptimizedInfo
Describes the optimized EBS performance for the instance type.
      32808 32809 32810 32811 32812 32813 32814 32815  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32808 class EbsInfo < Struct.new( :ebs_optimized_support, :encryption_support, :ebs_optimized_info, :nvme_support) SENSITIVE = [] include Aws::Structure end  | 
  
#ebs_optimized_support ⇒ String
Indicates whether the instance type is Amazon EBS-optimized. For more information, see [Amazon EBS-optimized instances] in *Amazon EC2 User Guide*.
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html
      32808 32809 32810 32811 32812 32813 32814 32815  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32808 class EbsInfo < Struct.new( :ebs_optimized_support, :encryption_support, :ebs_optimized_info, :nvme_support) SENSITIVE = [] include Aws::Structure end  | 
  
#encryption_support ⇒ String
Indicates whether Amazon EBS encryption is supported.
      32808 32809 32810 32811 32812 32813 32814 32815  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32808 class EbsInfo < Struct.new( :ebs_optimized_support, :encryption_support, :ebs_optimized_info, :nvme_support) SENSITIVE = [] include Aws::Structure end  | 
  
#nvme_support ⇒ String
Indicates whether non-volatile memory express (NVMe) is supported.
      32808 32809 32810 32811 32812 32813 32814 32815  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32808 class EbsInfo < Struct.new( :ebs_optimized_support, :encryption_support, :ebs_optimized_info, :nvme_support) SENSITIVE = [] include Aws::Structure end  |