Struct aws_sdk_cloudfront::operation::get_origin_request_policy::GetOriginRequestPolicyOutput   
source · #[non_exhaustive]pub struct GetOriginRequestPolicyOutput { /* private fields */ }Implementations§
source§impl GetOriginRequestPolicyOutput
 
impl GetOriginRequestPolicyOutput
sourcepub fn origin_request_policy(&self) -> Option<&OriginRequestPolicy>
 
pub fn origin_request_policy(&self) -> Option<&OriginRequestPolicy>
The origin request policy.
source§impl GetOriginRequestPolicyOutput
 
impl GetOriginRequestPolicyOutput
sourcepub fn builder() -> GetOriginRequestPolicyOutputBuilder
 
pub fn builder() -> GetOriginRequestPolicyOutputBuilder
Creates a new builder-style object to manufacture GetOriginRequestPolicyOutput.
Trait Implementations§
source§impl Clone for GetOriginRequestPolicyOutput
 
impl Clone for GetOriginRequestPolicyOutput
source§fn clone(&self) -> GetOriginRequestPolicyOutput
 
fn clone(&self) -> GetOriginRequestPolicyOutput
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 GetOriginRequestPolicyOutput
 
impl Debug for GetOriginRequestPolicyOutput
source§impl PartialEq<GetOriginRequestPolicyOutput> for GetOriginRequestPolicyOutput
 
impl PartialEq<GetOriginRequestPolicyOutput> for GetOriginRequestPolicyOutput
source§fn eq(&self, other: &GetOriginRequestPolicyOutput) -> bool
 
fn eq(&self, other: &GetOriginRequestPolicyOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for GetOriginRequestPolicyOutput
 
impl RequestId for GetOriginRequestPolicyOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.