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