pub struct Matcher {
pub grpc_code: Option<Value<String>>,
pub http_code: Option<Value<String>>,
}Expand description
The AWS::ElasticLoadBalancingV2::TargetGroup.Matcher property type.
Fields§
§grpc_code: Option<Value<String>>Property GrpcCode.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
http_code: Option<Value<String>>Property HttpCode.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Matcher
impl RefUnwindSafe for Matcher
impl Send for Matcher
impl Sync for Matcher
impl Unpin for Matcher
impl UnwindSafe for Matcher
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