Class: Aws::Inspector2::Types::ComputePlatform
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Inspector2::Types::ComputePlatform
 
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A compute platform.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #product  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The compute platform product. 
- 
  
    
      #vendor  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The compute platform vendor. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The compute platform version. 
Instance Attribute Details
#product ⇒ String
The compute platform product.
| 2486 2487 2488 2489 2490 2491 2492 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2486 class ComputePlatform < Struct.new( :vendor, :product, :version) SENSITIVE = [] include Aws::Structure end | 
#vendor ⇒ String
The compute platform vendor.
| 2486 2487 2488 2489 2490 2491 2492 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2486 class ComputePlatform < Struct.new( :vendor, :product, :version) SENSITIVE = [] include Aws::Structure end | 
#version ⇒ String
The compute platform version.
| 2486 2487 2488 2489 2490 2491 2492 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2486 class ComputePlatform < Struct.new( :vendor, :product, :version) SENSITIVE = [] include Aws::Structure end |