Class: Aws::Drs::Types::CreateSourceNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::CreateSourceNetworkResponse
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_network_id ⇒ String
ID of the created Source Network.
Instance Attribute Details
#source_network_id ⇒ String
ID of the created Source Network.
381 382 383 384 385 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 381 class CreateSourceNetworkResponse < Struct.new( :source_network_id) SENSITIVE = [] include Aws::Structure end |