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