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

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

Overview

Describes supported operating systems in AWS 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 AWS OpsWorks Stacks operating system.



4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4050

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 2018.03.

Returns:

  • (String)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4050

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 2018.03.

Returns:

  • (String)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4050

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)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4050

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)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4050

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)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4050

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)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4050

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