Class: Aws::Transfer::Types::DeleteServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteServerRequest
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Note:
When making an API call, you may pass DeleteServerRequest data as a hash:
{
server_id: "ServerId", # required
}
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.
1037 1038 1039 1040 1041 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1037 class DeleteServerRequest < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |