Struct aws_ip_ranges::IpRanges
source · pub struct IpRanges {
pub sync_token: &'static str,
pub create_date: &'static str,
pub prefixes: &'static [Prefix],
pub ipv6_prefixes: &'static [Ipv6Prefix],
}
Expand description
The root object of https://ip-ranges.amazonaws.com/ip-ranges.json.
Fields§
§sync_token: &'static str
§create_date: &'static str
§prefixes: &'static [Prefix]
§ipv6_prefixes: &'static [Ipv6Prefix]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IpRanges
impl Send for IpRanges
impl Sync for IpRanges
impl Unpin for IpRanges
impl UnwindSafe for IpRanges
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