Class: Aws::Chatbot::Types::GetCustomActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::GetCustomActionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_action_arn ⇒ String
Returns the fully defined Amazon Resource Name (ARN) of the custom action.
Instance Attribute Details
#custom_action_arn ⇒ String
Returns the fully defined Amazon Resource Name (ARN) of the custom action.
1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1256 class GetCustomActionRequest < Struct.new( :custom_action_arn) SENSITIVE = [] include Aws::Structure end |