Class: Aws::Transfer::Types::StartServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StartServerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
A system-assigned unique identifier for a server that you start.
Instance Attribute Details
#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 |