Class: Aws::Chatbot::Types::DeleteCustomActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteCustomActionRequest
- Defined in:
- gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_action_arn ⇒ String
The fully defined ARN of the custom action.
Instance Attribute Details
#custom_action_arn ⇒ String
The fully defined ARN of the custom action.
729 730 731 732 733 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 729 class DeleteCustomActionRequest < Struct.new( :custom_action_arn) SENSITIVE = [] include Aws::Structure end |