#[non_exhaustive]pub struct ModifyVerifiedAccessEndpointLoadBalancerOptions { /* private fields */ }Expand description
Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.
Implementations§
source§impl ModifyVerifiedAccessEndpointLoadBalancerOptions
impl ModifyVerifiedAccessEndpointLoadBalancerOptions
sourcepub fn builder() -> ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
pub fn builder() -> ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
Creates a new builder-style object to manufacture ModifyVerifiedAccessEndpointLoadBalancerOptions.
Trait Implementations§
source§impl Clone for ModifyVerifiedAccessEndpointLoadBalancerOptions
impl Clone for ModifyVerifiedAccessEndpointLoadBalancerOptions
source§fn clone(&self) -> ModifyVerifiedAccessEndpointLoadBalancerOptions
fn clone(&self) -> ModifyVerifiedAccessEndpointLoadBalancerOptions
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<ModifyVerifiedAccessEndpointLoadBalancerOptions> for ModifyVerifiedAccessEndpointLoadBalancerOptions
impl PartialEq<ModifyVerifiedAccessEndpointLoadBalancerOptions> for ModifyVerifiedAccessEndpointLoadBalancerOptions
source§fn eq(&self, other: &ModifyVerifiedAccessEndpointLoadBalancerOptions) -> bool
fn eq(&self, other: &ModifyVerifiedAccessEndpointLoadBalancerOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.