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.
6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-transfer/types.rb', line 6907 class UpdateServerResponse < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |