Class: Aws::Drs::Types::CreateSourceNetworkResponse

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

#source_network_idString

ID of the created Source Network.

Returns:

  • (String)


381
382
383
384
385
# File 'lib/aws-sdk-drs/types.rb', line 381

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