Class: Aws::Appflow::Types::SlackConnectorProfileProperties

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_urlString

The location of the Slack resource.

Returns:

  • (String)


4903
4904
4905
4906
4907
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4903

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