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