Class: Aws::Chatbot::Types::UpdateCustomActionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateCustomActionResult
- Includes:
- Structure
- Defined in:
- 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.
2330 2331 2332 2333 2334 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2330 class UpdateCustomActionResult < Struct.new( :custom_action_arn) SENSITIVE = [] include Aws::Structure end |