Struct rusoto_opsworks::GetHostnameSuggestionResult [] [src]

pub struct GetHostnameSuggestionResult {
    pub hostname: Option<String>,
    pub layer_id: Option<String>,
}

Contains the response to a GetHostnameSuggestion request.

Fields

The generated host name.

The layer ID.

Trait Implementations

impl Default for GetHostnameSuggestionResult
[src]

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

impl Debug for GetHostnameSuggestionResult
[src]

Formats the value using the given formatter.

impl Clone for GetHostnameSuggestionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more