Class: Aws::Drs::Types::CreateExtendedSourceServerResponse

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_serverTypes::SourceServer

Created extended source server.

Returns:



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