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:



179
180
181
182
183
# File 'lib/aws-sdk-drs/types.rb', line 179

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