Method: Aws::Transfer::Types::StartServerRequest#server_id
- Defined in:
- lib/aws-sdk-transfer/types.rb
#server_id ⇒ String
A system-assigned unique identifier for a server that you start.
5346 5347 5348 5349 5350 |
# File 'lib/aws-sdk-transfer/types.rb', line 5346 class StartServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |