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