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)


1119
1120
1121
1122
1123
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1119

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