Class: Aws::Types::ListSlackChannelConfigurationsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def next_token
  @next_token
end

#slack_channel_configurations ⇒ ::Array[Types::SlackChannelConfiguration]

Returns the value of attribute slack_channel_configurations.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def slack_channel_configurations
  @slack_channel_configurations
end