Class: Aws::MarketplaceDiscovery::Types::HelmOperatingSystem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::HelmOperatingSystem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
Describes an operating system supported by a Helm chart fulfillment option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operating_system_family_name ⇒ String
The operating system family, such as Linux.
-
#operating_system_name ⇒ String
The specific operating system name.
Instance Attribute Details
#operating_system_family_name ⇒ String
The operating system family, such as Linux.
1383 1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 1383 class HelmOperatingSystem < Struct.new( :operating_system_family_name, :operating_system_name) SENSITIVE = [] include Aws::Structure end |
#operating_system_name ⇒ String
The specific operating system name.
1383 1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 1383 class HelmOperatingSystem < Struct.new( :operating_system_family_name, :operating_system_name) SENSITIVE = [] include Aws::Structure end |