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.
1600 1601 1602 1603 1604 |
# File 'lib/aws-sdk-transfer/types.rb', line 1600 class DeleteServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |