Struct rusoto_codedeploy::GetApplicationRevisionInput
[−]
[src]
pub struct GetApplicationRevisionInput {
pub application_name: String,
pub revision: RevisionLocation,
}Represents the input of a GetApplicationRevision operation.
Fields
application_name: String
The name of the application that corresponds to the revision.
revision: RevisionLocation
Information about the application revision to get, including type and location.
Trait Implementations
impl Default for GetApplicationRevisionInput[src]
fn default() -> GetApplicationRevisionInput[src]
Returns the "default value" for a type. Read more
impl Debug for GetApplicationRevisionInput[src]
impl Clone for GetApplicationRevisionInput[src]
fn clone(&self) -> GetApplicationRevisionInput[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more