pub struct DeleteIntentVersionRequest {
pub name: String,
pub version: String,
}Fields§
§name: StringThe name of the intent.
version: StringThe version of the intent to delete. You cannot delete the $LATEST version of the intent. To delete the $LATEST version, use the DeleteIntent operation.
Trait Implementations§
Source§impl Clone for DeleteIntentVersionRequest
impl Clone for DeleteIntentVersionRequest
Source§fn clone(&self) -> DeleteIntentVersionRequest
fn clone(&self) -> DeleteIntentVersionRequest
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 DeleteIntentVersionRequest
impl Debug for DeleteIntentVersionRequest
Source§impl Default for DeleteIntentVersionRequest
impl Default for DeleteIntentVersionRequest
Source§fn default() -> DeleteIntentVersionRequest
fn default() -> DeleteIntentVersionRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteIntentVersionRequest
Auto Trait Implementations§
impl Freeze for DeleteIntentVersionRequest
impl RefUnwindSafe for DeleteIntentVersionRequest
impl Send for DeleteIntentVersionRequest
impl Sync for DeleteIntentVersionRequest
impl Unpin for DeleteIntentVersionRequest
impl UnwindSafe for DeleteIntentVersionRequest
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