#[non_exhaustive]pub struct DeleteComponentOutput { /* private fields */ }
Implementations§
source§impl DeleteComponentOutput
impl DeleteComponentOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn component_build_version_arn(&self) -> Option<&str>
pub fn component_build_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the component build version that was deleted.
source§impl DeleteComponentOutput
impl DeleteComponentOutput
sourcepub fn builder() -> DeleteComponentOutputBuilder
pub fn builder() -> DeleteComponentOutputBuilder
Creates a new builder-style object to manufacture DeleteComponentOutput
.
Trait Implementations§
source§impl Clone for DeleteComponentOutput
impl Clone for DeleteComponentOutput
source§fn clone(&self) -> DeleteComponentOutput
fn clone(&self) -> DeleteComponentOutput
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 DeleteComponentOutput
impl Debug for DeleteComponentOutput
source§impl PartialEq<DeleteComponentOutput> for DeleteComponentOutput
impl PartialEq<DeleteComponentOutput> for DeleteComponentOutput
source§fn eq(&self, other: &DeleteComponentOutput) -> bool
fn eq(&self, other: &DeleteComponentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteComponentOutput
impl RequestId for DeleteComponentOutput
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.