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)


32526
32527
32528
32529
32530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32526

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