Class: Aws::Chatbot::Types::GetCustomActionRequest

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

Returns the fully defined Amazon Resource Name (ARN) of the custom action.

Returns:

  • (String)


1256
1257
1258
1259
1260
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1256

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