Class: Aws::Appflow::Types::SlackMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The connector metadata specific to Slack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_scopesArray<String>

The desired authorization scope for the Slack account.

Returns:

  • (Array<String>)


4917
4918
4919
4920
4921
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4917

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