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