Class: Aws::CodeCommit::Types::PutRepositoryTriggersInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Represents the input of a put repository triggers operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_nameString

The name of the repository where you want to create or update the trigger.

Returns:

  • (String)


6065
6066
6067
6068
6069
6070
# File 'lib/aws-sdk-codecommit/types.rb', line 6065

class PutRepositoryTriggersInput < Struct.new(
  :repository_name,
  :triggers)
  SENSITIVE = []
  include Aws::Structure
end

#triggersArray<Types::RepositoryTrigger>

The JSON block of configuration information for each trigger.

Returns:



6065
6066
6067
6068
6069
6070
# File 'lib/aws-sdk-codecommit/types.rb', line 6065

class PutRepositoryTriggersInput < Struct.new(
  :repository_name,
  :triggers)
  SENSITIVE = []
  include Aws::Structure
end