#[non_exhaustive]pub struct ExportTransitGatewayRoutesOutput { /* private fields */ }
Implementations§
source§impl ExportTransitGatewayRoutesOutput
impl ExportTransitGatewayRoutesOutput
sourcepub fn s3_location(&self) -> Option<&str>
pub fn s3_location(&self) -> Option<&str>
The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
source§impl ExportTransitGatewayRoutesOutput
impl ExportTransitGatewayRoutesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportTransitGatewayRoutesOutput
.
Trait Implementations§
source§impl Clone for ExportTransitGatewayRoutesOutput
impl Clone for ExportTransitGatewayRoutesOutput
source§fn clone(&self) -> ExportTransitGatewayRoutesOutput
fn clone(&self) -> ExportTransitGatewayRoutesOutput
Returns a copy 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 PartialEq<ExportTransitGatewayRoutesOutput> for ExportTransitGatewayRoutesOutput
impl PartialEq<ExportTransitGatewayRoutesOutput> for ExportTransitGatewayRoutesOutput
source§fn eq(&self, other: &ExportTransitGatewayRoutesOutput) -> bool
fn eq(&self, other: &ExportTransitGatewayRoutesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.