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.
5246 5247 5248 5249 5250 |
# File 'lib/aws-sdk-transfer/types.rb', line 5246 class StopServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |