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

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

Overview

Note:

When making an API call, you may pass DescribeServerRequest data as a hash:

{
  server_id: "ServerId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for an SFTP server.

Returns:

  • (String)


380
381
382
383
# File 'lib/aws-sdk-transfer/types.rb', line 380

class DescribeServerRequest < Struct.new(
  :server_id)
  include Aws::Structure
end