Class: Aws::MarketplaceDiscovery::Types::EksAddOnOperatingSystem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::EksAddOnOperatingSystem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
Describes an operating system supported by an EKS add-on 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.
656 657 658 659 660 661 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 656 class < Struct.new( :operating_system_family_name, :operating_system_name) SENSITIVE = [] include Aws::Structure end |
#operating_system_name ⇒ String
The specific operating system name.
656 657 658 659 660 661 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 656 class < Struct.new( :operating_system_family_name, :operating_system_name) SENSITIVE = [] include Aws::Structure end |