#[non_exhaustive]pub struct CustomValuesConfiguration { /* private fields */ }
Expand description
The configuration of custom values for the destination parameter in DestinationParameterValueConfiguration
.
Implementations§
source§impl CustomValuesConfiguration
impl CustomValuesConfiguration
sourcepub fn include_null_value(&self) -> Option<bool>
pub fn include_null_value(&self) -> Option<bool>
Includes the null value in custom action parameter values.
sourcepub fn custom_values(&self) -> Option<&CustomParameterValues>
pub fn custom_values(&self) -> Option<&CustomParameterValues>
The customized parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
source§impl CustomValuesConfiguration
impl CustomValuesConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomValuesConfiguration
.
Trait Implementations§
source§impl Clone for CustomValuesConfiguration
impl Clone for CustomValuesConfiguration
source§fn clone(&self) -> CustomValuesConfiguration
fn clone(&self) -> CustomValuesConfiguration
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 CustomValuesConfiguration
impl Debug for CustomValuesConfiguration
source§impl PartialEq<CustomValuesConfiguration> for CustomValuesConfiguration
impl PartialEq<CustomValuesConfiguration> for CustomValuesConfiguration
source§fn eq(&self, other: &CustomValuesConfiguration) -> bool
fn eq(&self, other: &CustomValuesConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.