Struct rusoto_discovery::UpdateApplicationRequest [] [src]

pub struct UpdateApplicationRequest {
    pub configuration_id: String,
    pub description: Option<String>,
    pub name: Option<String>,
}

Fields

Configuration ID of the application to be updated.

New description of the application to be updated.

New name of the application to be updated.

Trait Implementations

impl Default for UpdateApplicationRequest
[src]

[src]

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

impl Debug for UpdateApplicationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateApplicationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations