Class: Aws::DevOpsAgent::Types::SlackChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SlackChannel
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Represents a Slack channel with its ID and optional name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ String
Slack channel ID.
-
#channel_name ⇒ String
Slack channel name.
Instance Attribute Details
#channel_id ⇒ String
Slack channel ID
4398 4399 4400 4401 4402 4403 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4398 class SlackChannel < Struct.new( :channel_name, :channel_id) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
Slack channel name
4398 4399 4400 4401 4402 4403 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4398 class SlackChannel < Struct.new( :channel_name, :channel_id) SENSITIVE = [] include Aws::Structure end |