Class: Aws::Transfer::Types::DescribeServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeServerResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server ⇒ Types::DescribedServer
An array containing the properties of a server with the
ServerID
you specified.
Instance Attribute Details
#server ⇒ Types::DescribedServer
An array containing the properties of a server with the ServerID
you specified.
1778 1779 1780 1781 1782 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1778 class DescribeServerResponse < Struct.new( :server) SENSITIVE = [] include Aws::Structure end |