Class: Aws::Transfer::Types::StopServerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for a server that you stopped.

Returns:

  • (String)


6449
6450
6451
6452
6453
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6449

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