#[non_exhaustive]pub struct ConformancePackInputParameter {
pub parameter_name: Option<String>,
pub parameter_value: Option<String>,
}Expand description
Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.parameter_name: Option<String>One part of a key-value pair.
parameter_value: Option<String>Another part of the key-value pair.
Implementations
One part of a key-value pair.
Another part of the key-value pair.
Creates a new builder-style object to manufacture ConformancePackInputParameter
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ConformancePackInputParameter
impl Sync for ConformancePackInputParameter
impl Unpin for ConformancePackInputParameter
impl UnwindSafe for ConformancePackInputParameter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more