pub struct GetOriginRequestPolicyRequest {
pub id: String,
}
Fields§
§id: String
The unique identifier for the origin request policy. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies
.
Trait Implementations§
Source§impl Clone for GetOriginRequestPolicyRequest
impl Clone for GetOriginRequestPolicyRequest
Source§fn clone(&self) -> GetOriginRequestPolicyRequest
fn clone(&self) -> GetOriginRequestPolicyRequest
Returns a duplicate 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 Default for GetOriginRequestPolicyRequest
impl Default for GetOriginRequestPolicyRequest
Source§fn default() -> GetOriginRequestPolicyRequest
fn default() -> GetOriginRequestPolicyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetOriginRequestPolicyRequest
impl PartialEq for GetOriginRequestPolicyRequest
Source§fn eq(&self, other: &GetOriginRequestPolicyRequest) -> bool
fn eq(&self, other: &GetOriginRequestPolicyRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetOriginRequestPolicyRequest
Auto Trait Implementations§
impl Freeze for GetOriginRequestPolicyRequest
impl RefUnwindSafe for GetOriginRequestPolicyRequest
impl Send for GetOriginRequestPolicyRequest
impl Sync for GetOriginRequestPolicyRequest
impl Unpin for GetOriginRequestPolicyRequest
impl UnwindSafe for GetOriginRequestPolicyRequest
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