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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


2165
2166
2167
2168
2169
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2165

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