pub struct LoadBalancersConfig {
pub classic_load_balancers_config: Option<ClassicLoadBalancersConfig>,
pub target_groups_config: Option<TargetGroupsConfig>,
}Expand description
Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.
Fields§
§classic_load_balancers_config: Option<ClassicLoadBalancersConfig>The Classic Load Balancers.
target_groups_config: Option<TargetGroupsConfig>The target groups.
Trait Implementations§
Source§impl Clone for LoadBalancersConfig
impl Clone for LoadBalancersConfig
Source§fn clone(&self) -> LoadBalancersConfig
fn clone(&self) -> LoadBalancersConfig
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 Debug for LoadBalancersConfig
impl Debug for LoadBalancersConfig
Source§impl Default for LoadBalancersConfig
impl Default for LoadBalancersConfig
Source§fn default() -> LoadBalancersConfig
fn default() -> LoadBalancersConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for LoadBalancersConfig
impl PartialEq for LoadBalancersConfig
impl StructuralPartialEq for LoadBalancersConfig
Auto Trait Implementations§
impl Freeze for LoadBalancersConfig
impl RefUnwindSafe for LoadBalancersConfig
impl Send for LoadBalancersConfig
impl Sync for LoadBalancersConfig
impl Unpin for LoadBalancersConfig
impl UnwindSafe for LoadBalancersConfig
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