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.
1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1845 class ComputePlatform < Struct.new( :product, :vendor, :version) SENSITIVE = [] include Aws::Structure end |
#vendor ⇒ String
The compute platform vendor.
1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1845 class ComputePlatform < Struct.new( :product, :vendor, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The compute platform version.
1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1845 class ComputePlatform < Struct.new( :product, :vendor, :version) SENSITIVE = [] include Aws::Structure end |