#[non_exhaustive]pub struct ListOriginRequestPoliciesInput { /* private fields */ }
Implementations§
source§impl ListOriginRequestPoliciesInput
impl ListOriginRequestPoliciesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOriginRequestPolicies, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOriginRequestPolicies, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListOriginRequestPolicies
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOriginRequestPoliciesInput
.
source§impl ListOriginRequestPoliciesInput
impl ListOriginRequestPoliciesInput
sourcepub fn type(&self) -> Option<&OriginRequestPolicyType>
pub fn type(&self) -> Option<&OriginRequestPolicyType>
A filter to return only the specified kinds of origin request policies. Valid values are:
-
managed
– Returns only the managed policies created by Amazon Web Services. -
custom
– Returns only the custom policies created in your Amazon Web Services account.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
Use this field when paginating results to indicate where to begin in your list of origin request policies. The response includes origin request policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
Trait Implementations§
source§impl Clone for ListOriginRequestPoliciesInput
impl Clone for ListOriginRequestPoliciesInput
source§fn clone(&self) -> ListOriginRequestPoliciesInput
fn clone(&self) -> ListOriginRequestPoliciesInput
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 PartialEq<ListOriginRequestPoliciesInput> for ListOriginRequestPoliciesInput
impl PartialEq<ListOriginRequestPoliciesInput> for ListOriginRequestPoliciesInput
source§fn eq(&self, other: &ListOriginRequestPoliciesInput) -> bool
fn eq(&self, other: &ListOriginRequestPoliciesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.