Method: Aws::CodePipeline::Types::WebhookDefinition#name
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
#name ⇒ String
The name of the webhook.
6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 6000 class WebhookDefinition < Struct.new( :name, :target_pipeline, :target_action, :filters, :authentication, :authentication_configuration) SENSITIVE = [] include Aws::Structure end |