pub struct DescribeStateMachineForExecutionInput {
pub execution_arn: String,
}
Fields§
§execution_arn: String
The Amazon Resource Name (ARN) of the execution you want state machine information for.
Trait Implementations§
Source§impl Clone for DescribeStateMachineForExecutionInput
impl Clone for DescribeStateMachineForExecutionInput
Source§fn clone(&self) -> DescribeStateMachineForExecutionInput
fn clone(&self) -> DescribeStateMachineForExecutionInput
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 Default for DescribeStateMachineForExecutionInput
impl Default for DescribeStateMachineForExecutionInput
Source§fn default() -> DescribeStateMachineForExecutionInput
fn default() -> DescribeStateMachineForExecutionInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeStateMachineForExecutionInput
impl PartialEq for DescribeStateMachineForExecutionInput
Source§fn eq(&self, other: &DescribeStateMachineForExecutionInput) -> bool
fn eq(&self, other: &DescribeStateMachineForExecutionInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeStateMachineForExecutionInput
Auto Trait Implementations§
impl Freeze for DescribeStateMachineForExecutionInput
impl RefUnwindSafe for DescribeStateMachineForExecutionInput
impl Send for DescribeStateMachineForExecutionInput
impl Sync for DescribeStateMachineForExecutionInput
impl Unpin for DescribeStateMachineForExecutionInput
impl UnwindSafe for DescribeStateMachineForExecutionInput
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