Class: Aws::OpsWorks::Types::ReportedOs

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

Overview

A registered instance’s reported operating system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#familyString

The operating system family.

Returns:

  • (String)


4558
4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-opsworks/types.rb', line 4558

class ReportedOs < Struct.new(
  :family,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The operating system name.

Returns:

  • (String)


4558
4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-opsworks/types.rb', line 4558

class ReportedOs < Struct.new(
  :family,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The operating system version.

Returns:

  • (String)


4558
4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-opsworks/types.rb', line 4558

class ReportedOs < Struct.new(
  :family,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end