Class: Aws::Transfer::Types::StartServerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 start.

Returns:

  • (String)


5124
5125
5126
5127
5128
# File 'lib/aws-sdk-transfer/types.rb', line 5124

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