Struct aws_sdk_cloudfront::types::Paths
source · #[non_exhaustive]pub struct Paths { /* private fields */ }Expand description
A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.
Implementations§
Trait Implementations§
source§impl PartialEq<Paths> for Paths
impl PartialEq<Paths> for Paths
impl StructuralPartialEq for Paths
Auto Trait Implementations§
impl RefUnwindSafe for Paths
impl Send for Paths
impl Sync for Paths
impl Unpin for Paths
impl UnwindSafe for Paths
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