Class: Aws::Appflow::Types::DescribeConnectorResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_configurationTypes::ConnectorConfiguration

Configuration info of all the connectors that the user requested.



1890
1891
1892
1893
1894
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1890

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