Class: Aws::Chatbot::Types::CreateCustomActionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_action_arnString

The fully defined ARN of the custom action.

Returns:

  • (String)


359
360
361
362
363
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 359

class CreateCustomActionResult < Struct.new(
  :custom_action_arn)
  SENSITIVE = []
  include Aws::Structure
end