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