Class: Aws::EC2::Types::ExportTransitGatewayRoutesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ExportTransitGatewayRoutesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ String
The URL of the exported file in Amazon S3.
Instance Attribute Details
#s3_location ⇒ String
The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.
35028 35029 35030 35031 35032 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35028 class ExportTransitGatewayRoutesResult < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |