Class: Aws::Transfer::Types::DescribeConnectorResponse

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

#connectorTypes::DescribedConnector

The structure that contains the details of the connector.



1841
1842
1843
1844
1845
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1841

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