Class: Aws::Transfer::Types::CreateServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateServerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
The service-assigned identifier of the server that is created.
Instance Attribute Details
#server_id ⇒ String
The service-assigned identifier of the server that is created.
993 994 995 996 997 |
# File 'lib/aws-sdk-transfer/types.rb', line 993 class CreateServerResponse < Struct.new( :server_id) SENSITIVE = [] include Aws::Structure end |