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.
1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-drs/types.rb', line 1179 class ExportSourceNetworkCfnTemplateResponse < Struct.new( :s3_destination_url) SENSITIVE = [] include Aws::Structure end |