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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


32520
32521
32522
32523
32524
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32520

class ExportTransitGatewayRoutesResult < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end