#[non_exhaustive]pub struct NotifyResourceDeploymentStatusChangeInput { /* private fields */ }
Implementations§
source§impl NotifyResourceDeploymentStatusChangeInput
impl NotifyResourceDeploymentStatusChangeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<NotifyResourceDeploymentStatusChange, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<NotifyResourceDeploymentStatusChange, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<NotifyResourceDeploymentStatusChange
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotifyResourceDeploymentStatusChangeInput
.
source§impl NotifyResourceDeploymentStatusChangeInput
impl NotifyResourceDeploymentStatusChangeInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The provisioned resource Amazon Resource Name (ARN).
sourcepub fn status(&self) -> Option<&ResourceDeploymentStatus>
pub fn status(&self) -> Option<&ResourceDeploymentStatus>
The status of your provisioned resource.
sourcepub fn outputs(&self) -> Option<&[Output]>
pub fn outputs(&self) -> Option<&[Output]>
The provisioned resource state change detail data that's returned by Proton.
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The deployment ID for your provisioned resource.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The deployment status message for your provisioned resource.
Trait Implementations§
source§impl Clone for NotifyResourceDeploymentStatusChangeInput
impl Clone for NotifyResourceDeploymentStatusChangeInput
source§fn clone(&self) -> NotifyResourceDeploymentStatusChangeInput
fn clone(&self) -> NotifyResourceDeploymentStatusChangeInput
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 PartialEq<NotifyResourceDeploymentStatusChangeInput> for NotifyResourceDeploymentStatusChangeInput
impl PartialEq<NotifyResourceDeploymentStatusChangeInput> for NotifyResourceDeploymentStatusChangeInput
source§fn eq(&self, other: &NotifyResourceDeploymentStatusChangeInput) -> bool
fn eq(&self, other: &NotifyResourceDeploymentStatusChangeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.