Class: Aws::Drs::Types::DisconnectSourceServerRequest

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_server_idString

The ID of the Source Server to disconnect.

Returns:

  • (String)


1113
1114
1115
1116
1117
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1113

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