Class: Aws::Transfer::Types::DescribeServerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for a server.

Returns:

  • (String)


1807
1808
1809
1810
1811
# File 'lib/aws-sdk-transfer/types.rb', line 1807

class DescribeServerRequest < Struct.new(
  :server_id)
  SENSITIVE = []
  include Aws::Structure
end