Struct aws_sdk_honeycode::types::VariableValue
source · #[non_exhaustive]pub struct VariableValue { /* private fields */ }
Expand description
The input variables to the app to be used by the InvokeScreenAutomation action request.
Implementations§
source§impl VariableValue
impl VariableValue
sourcepub fn builder() -> VariableValueBuilder
pub fn builder() -> VariableValueBuilder
Creates a new builder-style object to manufacture VariableValue
.
Trait Implementations§
source§impl Clone for VariableValue
impl Clone for VariableValue
source§fn clone(&self) -> VariableValue
fn clone(&self) -> VariableValue
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 VariableValue
impl Debug for VariableValue
source§impl PartialEq<VariableValue> for VariableValue
impl PartialEq<VariableValue> for VariableValue
source§fn eq(&self, other: &VariableValue) -> bool
fn eq(&self, other: &VariableValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.