pub struct AttachLoadBalancerToSubnetsOutput {
pub subnets: Option<Vec<String>>,
}Expand description
Contains the output of AttachLoadBalancerToSubnets.
Fields§
§subnets: Option<Vec<String>>The IDs of the subnets attached to the load balancer.
Trait Implementations§
Source§impl Clone for AttachLoadBalancerToSubnetsOutput
impl Clone for AttachLoadBalancerToSubnetsOutput
Source§fn clone(&self) -> AttachLoadBalancerToSubnetsOutput
fn clone(&self) -> AttachLoadBalancerToSubnetsOutput
Returns a duplicate 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 Default for AttachLoadBalancerToSubnetsOutput
impl Default for AttachLoadBalancerToSubnetsOutput
Source§fn default() -> AttachLoadBalancerToSubnetsOutput
fn default() -> AttachLoadBalancerToSubnetsOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for AttachLoadBalancerToSubnetsOutput
impl PartialEq for AttachLoadBalancerToSubnetsOutput
Source§fn eq(&self, other: &AttachLoadBalancerToSubnetsOutput) -> bool
fn eq(&self, other: &AttachLoadBalancerToSubnetsOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttachLoadBalancerToSubnetsOutput
Auto Trait Implementations§
impl Freeze for AttachLoadBalancerToSubnetsOutput
impl RefUnwindSafe for AttachLoadBalancerToSubnetsOutput
impl Send for AttachLoadBalancerToSubnetsOutput
impl Sync for AttachLoadBalancerToSubnetsOutput
impl Unpin for AttachLoadBalancerToSubnetsOutput
impl UnwindSafe for AttachLoadBalancerToSubnetsOutput
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