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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/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)


6061
6062
6063
6064
6065
6066
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6061

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:



6061
6062
6063
6064
6065
6066
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6061

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