Class: Aws::OpsWorks::Types::OperatingSystem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Describes supported operating systems in OpsWorks Stacks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_managersArray<Types::OperatingSystemConfigurationManager>

Supported configuration manager name and versions for an OpsWorks Stacks operating system.



4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-opsworks/types.rb', line 4065

class OperatingSystem < Struct.new(
  :name,
  :id,
  :type,
  :configuration_managers,
  :reported_name,
  :reported_version,
  :supported)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of a supported operating system, such as ‘Amazon Linux 2`.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-opsworks/types.rb', line 4065

class OperatingSystem < Struct.new(
  :name,
  :id,
  :type,
  :configuration_managers,
  :reported_name,
  :reported_version,
  :supported)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the operating system, such as ‘Amazon Linux 2`.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-opsworks/types.rb', line 4065

class OperatingSystem < Struct.new(
  :name,
  :id,
  :type,
  :configuration_managers,
  :reported_name,
  :reported_version,
  :supported)
  SENSITIVE = []
  include Aws::Structure
end

#reported_nameString

A short name for the operating system manufacturer.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-opsworks/types.rb', line 4065

class OperatingSystem < Struct.new(
  :name,
  :id,
  :type,
  :configuration_managers,
  :reported_name,
  :reported_version,
  :supported)
  SENSITIVE = []
  include Aws::Structure
end

#reported_versionString

The version of the operating system, including the release and edition, if applicable.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-opsworks/types.rb', line 4065

class OperatingSystem < Struct.new(
  :name,
  :id,
  :type,
  :configuration_managers,
  :reported_name,
  :reported_version,
  :supported)
  SENSITIVE = []
  include Aws::Structure
end

#supportedBoolean

Indicates that an operating system is not supported for new instances.

Returns:

  • (Boolean)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-opsworks/types.rb', line 4065

class OperatingSystem < Struct.new(
  :name,
  :id,
  :type,
  :configuration_managers,
  :reported_name,
  :reported_version,
  :supported)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of a supported operating system, either ‘Linux` or `Windows`.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-opsworks/types.rb', line 4065

class OperatingSystem < Struct.new(
  :name,
  :id,
  :type,
  :configuration_managers,
  :reported_name,
  :reported_version,
  :supported)
  SENSITIVE = []
  include Aws::Structure
end