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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 185

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