Class: Aws::Drs::Types::ExportSourceNetworkCfnTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ExportSourceNetworkCfnTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_destination_url ⇒ String
S3 bucket URL where the Source Network CloudFormation template was exported to.
Instance Attribute Details
#s3_destination_url ⇒ String
S3 bucket URL where the Source Network CloudFormation template was exported to.
1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-drs/types.rb', line 1409 class ExportSourceNetworkCfnTemplateResponse < Struct.new( :s3_destination_url) SENSITIVE = [] include Aws::Structure end |