Class: Aws::Drs::Types::DisconnectSourceServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DisconnectSourceServerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_server_id ⇒ String
The ID of the Source Server to disconnect.
Instance Attribute Details
#source_server_id ⇒ String
The ID of the Source Server to disconnect.
1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-drs/types.rb', line 1090 class DisconnectSourceServerRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |