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