#[non_exhaustive]pub struct NotifyResourceDeploymentStatusChangeInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for NotifyResourceDeploymentStatusChangeInput
impl Clone for NotifyResourceDeploymentStatusChangeInput
sourcefn clone(&self) -> NotifyResourceDeploymentStatusChangeInput
fn clone(&self) -> NotifyResourceDeploymentStatusChangeInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<NotifyResourceDeploymentStatusChangeInput> for NotifyResourceDeploymentStatusChangeInput
impl PartialEq<NotifyResourceDeploymentStatusChangeInput> for NotifyResourceDeploymentStatusChangeInput
sourcefn eq(&self, other: &NotifyResourceDeploymentStatusChangeInput) -> bool
fn eq(&self, other: &NotifyResourceDeploymentStatusChangeInput) -> bool
impl StructuralPartialEq for NotifyResourceDeploymentStatusChangeInput
Auto Trait Implementations
impl RefUnwindSafe for NotifyResourceDeploymentStatusChangeInput
impl Send for NotifyResourceDeploymentStatusChangeInput
impl Sync for NotifyResourceDeploymentStatusChangeInput
impl Unpin for NotifyResourceDeploymentStatusChangeInput
impl UnwindSafe for NotifyResourceDeploymentStatusChangeInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more