Class: Aws::Drs::Types::ExportSourceNetworkCfnTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destination_urlString

S3 bucket URL where the Source Network CloudFormation template was exported to.

Returns:

  • (String)


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