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.
1432 1433 1434 1435 1436 |
# File 'lib/aws-sdk-transfer/types.rb', line 1432 class DeleteServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |