Class: Aws::MarketplaceDiscovery::Types::HelmOperatingSystem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#operating_system_family_nameString

The operating system family, such as Linux.

Returns:

  • (String)


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_nameString

The specific operating system name.

Returns:

  • (String)


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