Struct aws_sdk_m2::output::CreateApplicationOutput
source · #[non_exhaustive]pub struct CreateApplicationOutput { /* private fields */ }Implementations§
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn application_arn(&self) -> Option<&str>
pub fn application_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the application.
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The unique application identifier.
sourcepub fn application_version(&self) -> Option<i32>
pub fn application_version(&self) -> Option<i32>
The version number of the application.
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateApplicationOutput.
Trait Implementations§
source§impl Clone for CreateApplicationOutput
impl Clone for CreateApplicationOutput
source§fn clone(&self) -> CreateApplicationOutput
fn clone(&self) -> CreateApplicationOutput
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 more