#[non_exhaustive]pub struct DescribeSslPoliciesOutput { /* private fields */ }
Implementations§
source§impl DescribeSslPoliciesOutput
impl DescribeSslPoliciesOutput
sourcepub fn ssl_policies(&self) -> Option<&[SslPolicy]>
pub fn ssl_policies(&self) -> Option<&[SslPolicy]>
Information about the security policies.
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
source§impl DescribeSslPoliciesOutput
impl DescribeSslPoliciesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSslPoliciesOutput
.
Trait Implementations§
source§impl Clone for DescribeSslPoliciesOutput
impl Clone for DescribeSslPoliciesOutput
source§fn clone(&self) -> DescribeSslPoliciesOutput
fn clone(&self) -> DescribeSslPoliciesOutput
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 DescribeSslPoliciesOutput
impl Debug for DescribeSslPoliciesOutput
source§impl PartialEq<DescribeSslPoliciesOutput> for DescribeSslPoliciesOutput
impl PartialEq<DescribeSslPoliciesOutput> for DescribeSslPoliciesOutput
source§fn eq(&self, other: &DescribeSslPoliciesOutput) -> bool
fn eq(&self, other: &DescribeSslPoliciesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.