#[non_exhaustive]pub struct CreateDeploymentOutput { /* private fields */ }Implementations§
source§impl CreateDeploymentOutput
impl CreateDeploymentOutput
sourcepub fn auto_deployed(&self) -> bool
pub fn auto_deployed(&self) -> bool
Specifies whether a deployment was automatically released.
sourcepub fn created_date(&self) -> Option<&DateTime>
pub fn created_date(&self) -> Option<&DateTime>
The date and time when the Deployment resource was created.
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The identifier for the deployment.
sourcepub fn deployment_status(&self) -> Option<&DeploymentStatus>
pub fn deployment_status(&self) -> Option<&DeploymentStatus>
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
sourcepub fn deployment_status_message(&self) -> Option<&str>
pub fn deployment_status_message(&self) -> Option<&str>
May contain additional feedback on the status of an API deployment.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for 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