pub struct ExportTransitGatewayRoutesResult {
pub s3_location: Option<String>,
}Fields§
§s3_location: Option<String>The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
Trait Implementations§
Source§impl Clone for ExportTransitGatewayRoutesResult
impl Clone for ExportTransitGatewayRoutesResult
Source§fn clone(&self) -> ExportTransitGatewayRoutesResult
fn clone(&self) -> ExportTransitGatewayRoutesResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExportTransitGatewayRoutesResult
impl Default for ExportTransitGatewayRoutesResult
Source§fn default() -> ExportTransitGatewayRoutesResult
fn default() -> ExportTransitGatewayRoutesResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExportTransitGatewayRoutesResult
impl PartialEq for ExportTransitGatewayRoutesResult
Source§fn eq(&self, other: &ExportTransitGatewayRoutesResult) -> bool
fn eq(&self, other: &ExportTransitGatewayRoutesResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExportTransitGatewayRoutesResult
Auto Trait Implementations§
impl Freeze for ExportTransitGatewayRoutesResult
impl RefUnwindSafe for ExportTransitGatewayRoutesResult
impl Send for ExportTransitGatewayRoutesResult
impl Sync for ExportTransitGatewayRoutesResult
impl Unpin for ExportTransitGatewayRoutesResult
impl UnwindSafe for ExportTransitGatewayRoutesResult
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