Class: Aws::Transfer::Types::DescribeServerResponse

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

#serverTypes::DescribedServer

An array containing the properties of a server with the ServerID you specified.



1786
1787
1788
1789
1790
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1786

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