Class: Aws::Transfer::Types::StopServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StopServerRequest
- 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 stopped.
Instance Attribute Details
#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 |