Class: Aws::Types::DeleteSlackChannelConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id ⇒ ::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def channel_id
  @channel_id
end

#team_id ⇒ ::String

Returns the value of attribute team_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def team_id
  @team_id
end