pub struct TargetGroup { /* private fields */ }Expand description
The AWS::ElasticLoadBalancingV2::TargetGroup resource type.
Trait Implementations§
Source§impl Debug for TargetGroup
impl Debug for TargetGroup
Source§impl Default for TargetGroup
impl Default for TargetGroup
Source§fn default() -> TargetGroup
fn default() -> TargetGroup
Returns the “default value” for a type. Read more
Source§impl From<TargetGroupProperties> for TargetGroup
impl From<TargetGroupProperties> for TargetGroup
Source§fn from(properties: TargetGroupProperties) -> TargetGroup
fn from(properties: TargetGroupProperties) -> TargetGroup
Converts to this type from the input type.
Source§impl Resource for TargetGroup
impl Resource for TargetGroup
Source§const TYPE: &'static str = "AWS::ElasticLoadBalancingV2::TargetGroup"
const TYPE: &'static str = "AWS::ElasticLoadBalancingV2::TargetGroup"
Uniquely identifies the resource type.
Source§type Properties = TargetGroupProperties
type Properties = TargetGroupProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &TargetGroupProperties
fn properties(&self) -> &TargetGroupProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut TargetGroupProperties
fn properties_mut(&mut self) -> &mut TargetGroupProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for TargetGroup
impl RefUnwindSafe for TargetGroup
impl Send for TargetGroup
impl Sync for TargetGroup
impl Unpin for TargetGroup
impl UnwindSafe for TargetGroup
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