Class: Aws::Drs::Types::DeleteSourceServerRequest

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 be deleted.

Returns:

  • (String)


641
642
643
644
645
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 641

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