Struct rusoto_lightsail::GetInstancePortStatesResult [] [src]

pub struct GetInstancePortStatesResult {
    pub port_states: Option<InstancePortStateList>,
}

Fields

Information about the port states resulting from your request.

Trait Implementations

impl Default for GetInstancePortStatesResult
[src]

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

impl Debug for GetInstancePortStatesResult
[src]

Formats the value using the given formatter.

impl Clone for GetInstancePortStatesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more