AWSEC2ExportTransitGatewayRoutesResult

Objective-C

@interface AWSEC2ExportTransitGatewayRoutesResult

Swift

class AWSEC2ExportTransitGatewayRoutesResult
  • The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable s3Location;

    Swift

    var s3Location: String? { get set }