#[non_exhaustive]pub struct PolicyTypeDescription { /* private fields */ }
Expand description
Information about a policy type.
Implementations§
source§impl PolicyTypeDescription
impl PolicyTypeDescription
sourcepub fn policy_type_name(&self) -> Option<&str>
pub fn policy_type_name(&self) -> Option<&str>
The name of the policy type.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the policy type.
sourcepub fn policy_attribute_type_descriptions(
&self
) -> Option<&[PolicyAttributeTypeDescription]>
pub fn policy_attribute_type_descriptions(
&self
) -> Option<&[PolicyAttributeTypeDescription]>
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
source§impl PolicyTypeDescription
impl PolicyTypeDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyTypeDescription
.
Trait Implementations§
source§impl Clone for PolicyTypeDescription
impl Clone for PolicyTypeDescription
source§fn clone(&self) -> PolicyTypeDescription
fn clone(&self) -> PolicyTypeDescription
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 PolicyTypeDescription
impl Debug for PolicyTypeDescription
source§impl PartialEq<PolicyTypeDescription> for PolicyTypeDescription
impl PartialEq<PolicyTypeDescription> for PolicyTypeDescription
source§fn eq(&self, other: &PolicyTypeDescription) -> bool
fn eq(&self, other: &PolicyTypeDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.