Struct rusoto_opsworks::ReportedOs[][src]

pub struct ReportedOs {
    pub family: Option<String>,
    pub name: Option<String>,
    pub version: Option<String>,
}

A registered instance's reported operating system.

Fields

The operating system family.

The operating system name.

The operating system version.

Trait Implementations

impl Default for ReportedOs
[src]

Returns the "default value" for a type. Read more

impl Debug for ReportedOs
[src]

Formats the value using the given formatter. Read more

impl Clone for ReportedOs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReportedOs
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ReportedOs

impl Sync for ReportedOs