Struct aws_sdk_elasticloadbalancing::operation::describe_load_balancer_policy_types::DescribeLoadBalancerPolicyTypesOutput
source · #[non_exhaustive]pub struct DescribeLoadBalancerPolicyTypesOutput {
pub policy_type_descriptions: Option<Vec<PolicyTypeDescription>>,
/* private fields */
}Expand description
Contains the output of DescribeLoadBalancerPolicyTypes.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.policy_type_descriptions: Option<Vec<PolicyTypeDescription>>Information about the policy types.
Implementations§
source§impl DescribeLoadBalancerPolicyTypesOutput
impl DescribeLoadBalancerPolicyTypesOutput
sourcepub fn policy_type_descriptions(&self) -> &[PolicyTypeDescription]
pub fn policy_type_descriptions(&self) -> &[PolicyTypeDescription]
Information about the policy types.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .policy_type_descriptions.is_none().
source§impl DescribeLoadBalancerPolicyTypesOutput
impl DescribeLoadBalancerPolicyTypesOutput
sourcepub fn builder() -> DescribeLoadBalancerPolicyTypesOutputBuilder
pub fn builder() -> DescribeLoadBalancerPolicyTypesOutputBuilder
Creates a new builder-style object to manufacture DescribeLoadBalancerPolicyTypesOutput.
Trait Implementations§
source§impl Clone for DescribeLoadBalancerPolicyTypesOutput
impl Clone for DescribeLoadBalancerPolicyTypesOutput
source§fn clone(&self) -> DescribeLoadBalancerPolicyTypesOutput
fn clone(&self) -> DescribeLoadBalancerPolicyTypesOutput
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 for DescribeLoadBalancerPolicyTypesOutput
impl PartialEq for DescribeLoadBalancerPolicyTypesOutput
source§fn eq(&self, other: &DescribeLoadBalancerPolicyTypesOutput) -> bool
fn eq(&self, other: &DescribeLoadBalancerPolicyTypesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeLoadBalancerPolicyTypesOutput
impl RequestId for DescribeLoadBalancerPolicyTypesOutput
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.impl StructuralPartialEq for DescribeLoadBalancerPolicyTypesOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeLoadBalancerPolicyTypesOutput
impl Send for DescribeLoadBalancerPolicyTypesOutput
impl Sync for DescribeLoadBalancerPolicyTypesOutput
impl Unpin for DescribeLoadBalancerPolicyTypesOutput
impl UnwindSafe for DescribeLoadBalancerPolicyTypesOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.