Class: Aws::Appflow::Types::InforNexusConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::InforNexusConnectorProfileProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile properties required by Infor Nexus.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_url ⇒ String
The location of the Infor Nexus resource.
Instance Attribute Details
#instance_url ⇒ String
The location of the Infor Nexus resource.
2918 2919 2920 2921 2922 |
# File 'lib/aws-sdk-appflow/types.rb', line 2918 class InforNexusConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |