Class: Aws::Chatbot::Types::UpdateCustomActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateCustomActionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name used to invoke this action in the chat channel.
-
#attachments ⇒ Array<Types::CustomActionAttachment>
Defines when this custom action button should be attached to a notification.
-
#custom_action_arn ⇒ String
The fully defined Amazon Resource Name (ARN) of the custom action.
-
#definition ⇒ Types::CustomActionDefinition
The definition of the command to run when invoked as an alias or as an action button.
Instance Attribute Details
#alias_name ⇒ String
The name used to invoke this action in the chat channel. For example, ‘@aws run my-alias`.
2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2315 class UpdateCustomActionRequest < Struct.new( :custom_action_arn, :definition, :alias_name, :attachments) SENSITIVE = [] include Aws::Structure end |
#attachments ⇒ Array<Types::CustomActionAttachment>
Defines when this custom action button should be attached to a notification.
2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2315 class UpdateCustomActionRequest < Struct.new( :custom_action_arn, :definition, :alias_name, :attachments) SENSITIVE = [] include Aws::Structure end |
#custom_action_arn ⇒ String
The fully defined Amazon Resource Name (ARN) of the custom action.
2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2315 class UpdateCustomActionRequest < Struct.new( :custom_action_arn, :definition, :alias_name, :attachments) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::CustomActionDefinition
The definition of the command to run when invoked as an alias or as an action button.
2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2315 class UpdateCustomActionRequest < Struct.new( :custom_action_arn, :definition, :alias_name, :attachments) SENSITIVE = [] include Aws::Structure end |