pub struct DeleteStateMachineInput {
pub state_machine_arn: String,
}
Fields§
§state_machine_arn: String
The Amazon Resource Name (ARN) of the state machine to delete.
Trait Implementations§
Source§impl Clone for DeleteStateMachineInput
impl Clone for DeleteStateMachineInput
Source§fn clone(&self) -> DeleteStateMachineInput
fn clone(&self) -> DeleteStateMachineInput
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 DeleteStateMachineInput
impl Debug for DeleteStateMachineInput
Source§impl Default for DeleteStateMachineInput
impl Default for DeleteStateMachineInput
Source§fn default() -> DeleteStateMachineInput
fn default() -> DeleteStateMachineInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteStateMachineInput
impl PartialEq for DeleteStateMachineInput
Source§impl Serialize for DeleteStateMachineInput
impl Serialize for DeleteStateMachineInput
impl StructuralPartialEq for DeleteStateMachineInput
Auto Trait Implementations§
impl Freeze for DeleteStateMachineInput
impl RefUnwindSafe for DeleteStateMachineInput
impl Send for DeleteStateMachineInput
impl Sync for DeleteStateMachineInput
impl Unpin for DeleteStateMachineInput
impl UnwindSafe for DeleteStateMachineInput
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