pub struct ParameterValue {
pub id: Value<String>,
pub string_value: Value<String>,
}Expand description
The AWS::DataPipeline::Pipeline.ParameterValue property type.
Fields§
§id: Value<String>Property Id.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
string_value: Value<String>Property StringValue.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ParameterValue
impl Debug for ParameterValue
Source§impl Default for ParameterValue
impl Default for ParameterValue
Source§fn default() -> ParameterValue
fn default() -> ParameterValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParameterValue
impl RefUnwindSafe for ParameterValue
impl Send for ParameterValue
impl Sync for ParameterValue
impl Unpin for ParameterValue
impl UnwindSafe for ParameterValue
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