You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes supported operating systems in AWS OpsWorks Stacks.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_managersArray<Types::OperatingSystemConfigurationManager>

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

Returns:

#idString

The ID of a supported operating system, such as Amazon Linux 2018.03.

Returns:

  • (String)

    The ID of a supported operating system, such as Amazon Linux 2018.03.

#nameString

The name of the operating system, such as Amazon Linux 2018.03.

Returns:

  • (String)

    The name of the operating system, such as Amazon Linux 2018.03.

#reported_nameString

A short name for the operating system manufacturer.

Returns:

  • (String)

    A short name for the operating system manufacturer.

#reported_versionString

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

Returns:

  • (String)

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

#supportedBoolean

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

Returns:

  • (Boolean)

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

#typeString

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

Returns:

  • (String)

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