Class: Aws::Chatbot::Types::GetCustomActionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::GetCustomActionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_action ⇒ Types::CustomAction
Returns the custom action.
Instance Attribute Details
#custom_action ⇒ Types::CustomAction
Returns the custom action.
1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1268 class GetCustomActionResult < Struct.new( :custom_action) SENSITIVE = [] include Aws::Structure end |