Class: Aws::Appflow::Types::SlackConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SlackConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
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.
4897 4898 4899 4900 4901 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4897 class SlackConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |