pub struct Icmp {
pub code: Option<Value<u32>>,
pub type: Option<Value<u32>>,
}Expand description
The AWS::EC2::NetworkAclEntry.Icmp property type.
Fields§
§code: Option<Value<u32>>Property Code.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
type: Option<Value<u32>>Property Type.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Icmp
impl RefUnwindSafe for Icmp
impl Send for Icmp
impl Sync for Icmp
impl Unpin for Icmp
impl UnwindSafe for Icmp
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