Class: Aws::Appflow::Types::DescribeConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_configuration ⇒ Types::ConnectorConfiguration
Configuration info of all the connectors that the user requested.
Instance Attribute Details
#connector_configuration ⇒ Types::ConnectorConfiguration
Configuration info of all the connectors that the user requested.
1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-appflow/types.rb', line 1890 class DescribeConnectorResponse < Struct.new( :connector_configuration) SENSITIVE = [] include Aws::Structure end |