Class: Aws::Transfer::Types::UpdateServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateServerResponse
- 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 the Transfer Family user is assigned to.
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a server that the Transfer Family user is assigned to.
6374 6375 6376 6377 6378 |
# File 'lib/aws-sdk-transfer/types.rb', line 6374 class UpdateServerResponse < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |