Class: Aws::CodeCommit::Types::GetRepositoryTriggersOutput

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

Overview

Represents the output of a get repository triggers operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

The system-generated unique ID for the trigger.

Returns:

  • (String)


3593
3594
3595
3596
3597
3598
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3593

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

#triggersArray<Types::RepositoryTrigger>

The JSON block of configuration information for each trigger.

Returns:



3593
3594
3595
3596
3597
3598
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3593

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