pub struct GetCachePolicyRequest {
pub id: String,
}
Fields§
§id: String
The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
Trait Implementations§
Source§impl Clone for GetCachePolicyRequest
impl Clone for GetCachePolicyRequest
Source§fn clone(&self) -> GetCachePolicyRequest
fn clone(&self) -> GetCachePolicyRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetCachePolicyRequest
impl Debug for GetCachePolicyRequest
Source§impl Default for GetCachePolicyRequest
impl Default for GetCachePolicyRequest
Source§fn default() -> GetCachePolicyRequest
fn default() -> GetCachePolicyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetCachePolicyRequest
impl PartialEq for GetCachePolicyRequest
impl StructuralPartialEq for GetCachePolicyRequest
Auto Trait Implementations§
impl Freeze for GetCachePolicyRequest
impl RefUnwindSafe for GetCachePolicyRequest
impl Send for GetCachePolicyRequest
impl Sync for GetCachePolicyRequest
impl Unpin for GetCachePolicyRequest
impl UnwindSafe for GetCachePolicyRequest
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