Class: Aws::EC2::Types::ExportTransitGatewayRoutesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationString

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

Returns:

  • (String)


19047
19048
19049
19050
# File 'lib/aws-sdk-ec2/types.rb', line 19047

class ExportTransitGatewayRoutesResult < Struct.new(
  :s3_location)
  include Aws::Structure
end