ExportTransitGatewayRoutesResult

public struct ExportTransitGatewayRoutesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.

    Declaration

    Swift

    public let s3Location: String?
  • Undocumented

    Declaration

    Swift

    public init(s3Location: String? = nil)