pub struct DeleteComponentResponse {
pub component_build_version_arn: Option<String>,
pub request_id: Option<String>,
}
Fields§
§component_build_version_arn: Option<String>
The Amazon Resource Name (ARN) of the component build version that was deleted.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for DeleteComponentResponse
impl Clone for DeleteComponentResponse
Source§fn clone(&self) -> DeleteComponentResponse
fn clone(&self) -> DeleteComponentResponse
Returns a duplicate 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 DeleteComponentResponse
impl Debug for DeleteComponentResponse
Source§impl Default for DeleteComponentResponse
impl Default for DeleteComponentResponse
Source§fn default() -> DeleteComponentResponse
fn default() -> DeleteComponentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteComponentResponse
impl<'de> Deserialize<'de> for DeleteComponentResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteComponentResponse
impl PartialEq for DeleteComponentResponse
impl StructuralPartialEq for DeleteComponentResponse
Auto Trait Implementations§
impl Freeze for DeleteComponentResponse
impl RefUnwindSafe for DeleteComponentResponse
impl Send for DeleteComponentResponse
impl Sync for DeleteComponentResponse
impl Unpin for DeleteComponentResponse
impl UnwindSafe for DeleteComponentResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more