Class: Aws::OpsWorks::Types::ReportedOs
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ReportedOs
- 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
-
#family ⇒ String
The operating system family.
-
#name ⇒ String
The operating system name.
-
#version ⇒ String
The operating system version.
Instance Attribute Details
#family ⇒ String
The operating system family.
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 |
#name ⇒ String
The operating system name.
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 |
#version ⇒ String
The operating system version.
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 |