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]

[src]

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

impl Debug for ReportedOs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReportedOs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ReportedOs

impl Sync for ReportedOs