Struct aws_sdk_m2::output::CreateDeploymentOutput
source · #[non_exhaustive]pub struct CreateDeploymentOutput { /* private fields */ }Implementations§
source§impl CreateDeploymentOutput
impl CreateDeploymentOutput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique identifier of the deployment.
source§impl CreateDeploymentOutput
impl CreateDeploymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDeploymentOutput.
Trait Implementations§
source§impl Clone for CreateDeploymentOutput
impl Clone for CreateDeploymentOutput
source§fn clone(&self) -> CreateDeploymentOutput
fn clone(&self) -> CreateDeploymentOutput
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