Class: Aws::Transfer::Types::StartServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StartServerRequest
- Defined in:
- gems/aws-sdk-transfer/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.
5832 5833 5834 5835 5836 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5832 class StartServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |