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

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

#serverTypes::DescribedServer

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



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

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