Class: Aws::CodeCommit::Types::GetRepositoryTriggersInput

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

Overview

Represents the input of a get repository triggers operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_nameString

The name of the repository for which the trigger is configured.

Returns:

  • (String)


3575
3576
3577
3578
3579
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3575

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