Class: Aws::Transfer::Types::DeleteServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteServerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
A unique system-assigned identifier for a server instance.
Instance Attribute Details
#server_id ⇒ String
A unique system-assigned identifier for a server instance.
1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-transfer/types.rb', line 1466 class DeleteServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |