Class: Aws::Appflow::Types::SlackConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SlackConnectorProfileProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass SlackConnectorProfileProperties data as a hash:
{
instance_url: "InstanceUrl", # required
}
The connector-specific profile properties required when using Slack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_url ⇒ String
The location of the Slack resource.
Instance Attribute Details
#instance_url ⇒ String
The location of the Slack resource.
4032 4033 4034 4035 4036 |
# File 'lib/aws-sdk-appflow/types.rb', line 4032 class SlackConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |