#[non_exhaustive]pub struct DeleteExpressionOutput { /* private fields */ }Expand description
The result of a request. Specifies the expression being deleted.DeleteExpression
Implementations§
source§impl DeleteExpressionOutput
impl DeleteExpressionOutput
sourcepub fn expression(&self) -> Option<&ExpressionStatus>
pub fn expression(&self) -> Option<&ExpressionStatus>
The status of the expression being deleted.
source§impl DeleteExpressionOutput
impl DeleteExpressionOutput
sourcepub fn builder() -> DeleteExpressionOutputBuilder
pub fn builder() -> DeleteExpressionOutputBuilder
Creates a new builder-style object to manufacture DeleteExpressionOutput.
Trait Implementations§
source§impl Clone for DeleteExpressionOutput
impl Clone for DeleteExpressionOutput
source§fn clone(&self) -> DeleteExpressionOutput
fn clone(&self) -> DeleteExpressionOutput
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 Debug for DeleteExpressionOutput
impl Debug for DeleteExpressionOutput
source§impl PartialEq<DeleteExpressionOutput> for DeleteExpressionOutput
impl PartialEq<DeleteExpressionOutput> for DeleteExpressionOutput
source§fn eq(&self, other: &DeleteExpressionOutput) -> bool
fn eq(&self, other: &DeleteExpressionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteExpressionOutput
impl RequestId for DeleteExpressionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.