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.
1113 1114 1115 1116 1117 |
# File 'lib/aws-sdk-drs/types.rb', line 1113 class DisconnectSourceServerRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |