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.
6821 6822 6823 6824 6825 |
# File 'lib/aws-sdk-transfer/types.rb', line 6821 class UpdateServerResponse < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |