Method: Aws::Drs::Types::CreateExtendedSourceServerResponse#source_server
- Defined in:
- lib/aws-sdk-drs/types.rb
#source_server ⇒ Types::SourceServer
Created extended source server.
185 186 187 188 189 |
# File 'lib/aws-sdk-drs/types.rb', line 185 class CreateExtendedSourceServerResponse < Struct.new( :source_server) SENSITIVE = [] include Aws::Structure end |