Class: Aws::Chatbot::Types::GetCustomActionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_actionTypes::CustomAction

Returns the custom action.

Returns:



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