Method: Aws::Transfer::Types::StopServerRequest#server_id
- Defined in:
- lib/aws-sdk-transfer/types.rb
#server_id ⇒ String
A system-assigned unique identifier for a server that you stopped.
5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-transfer/types.rb', line 5358 class StopServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |