Method: Aws::Chatbot::Types::UpdateCustomActionRequest#attachments

Defined in:
lib/aws-sdk-chatbot/types.rb

#attachmentsArray<Types::CustomActionAttachment>

Defines when this custom action button should be attached to a notification.

Returns:



2315
2316
2317
2318
2319
2320
2321
2322
# File 'lib/aws-sdk-chatbot/types.rb', line 2315

class UpdateCustomActionRequest < Struct.new(
  :custom_action_arn,
  :definition,
  :alias_name,
  :attachments)
  SENSITIVE = []
  include Aws::Structure
end