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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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)


4538
4539
4540
4541
4542
4543
4544
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4538

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

#nameString

The operating system name.

Returns:

  • (String)


4538
4539
4540
4541
4542
4543
4544
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4538

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

#versionString

The operating system version.

Returns:

  • (String)


4538
4539
4540
4541
4542
4543
4544
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4538

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