Class: Aws::Drs::Types::DeleteSourceServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteSourceServerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Note:
When making an API call, you may pass DeleteSourceServerRequest data as a hash:
{
source_server_id: "SourceServerID", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_server_id ⇒ String
The ID of the Source Server to be deleted.
Instance Attribute Details
#source_server_id ⇒ String
The ID of the Source Server to be deleted.
407 408 409 410 411 |
# File 'lib/aws-sdk-drs/types.rb', line 407 class DeleteSourceServerRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |