#[non_exhaustive]pub struct ListCachePoliciesOutput { /* private fields */ }
Implementations§
source§impl ListCachePoliciesOutput
impl ListCachePoliciesOutput
sourcepub fn cache_policy_list(&self) -> Option<&CachePolicyList>
pub fn cache_policy_list(&self) -> Option<&CachePolicyList>
A list of cache policies.
source§impl ListCachePoliciesOutput
impl ListCachePoliciesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCachePoliciesOutput
.
Trait Implementations§
source§impl Clone for ListCachePoliciesOutput
impl Clone for ListCachePoliciesOutput
source§fn clone(&self) -> ListCachePoliciesOutput
fn clone(&self) -> ListCachePoliciesOutput
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 more