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