Struct aws_sdk_codedeploy::output::GetApplicationOutput
source · #[non_exhaustive]pub struct GetApplicationOutput { /* private fields */ }
Expand description
Represents the output of a GetApplication
operation.
Implementations§
source§impl GetApplicationOutput
impl GetApplicationOutput
sourcepub fn application(&self) -> Option<&ApplicationInfo>
pub fn application(&self) -> Option<&ApplicationInfo>
Information about the application.
source§impl GetApplicationOutput
impl GetApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApplicationOutput
.
Trait Implementations§
source§impl Clone for GetApplicationOutput
impl Clone for GetApplicationOutput
source§fn clone(&self) -> GetApplicationOutput
fn clone(&self) -> GetApplicationOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetApplicationOutput
impl Debug for GetApplicationOutput
source§impl PartialEq<GetApplicationOutput> for GetApplicationOutput
impl PartialEq<GetApplicationOutput> for GetApplicationOutput
source§fn eq(&self, other: &GetApplicationOutput) -> bool
fn eq(&self, other: &GetApplicationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.