Struct aws_sdk_ec2::operation::export_transit_gateway_routes::ExportTransitGatewayRoutesOutput
source · #[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() -> ExportTransitGatewayRoutesOutputBuilder
pub fn builder() -> ExportTransitGatewayRoutesOutputBuilder
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 ==.source§impl RequestId for ExportTransitGatewayRoutesOutput
impl RequestId for ExportTransitGatewayRoutesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.