Class: Aws::CodeCommit::Types::PutRepositoryTriggersOutput

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

Overview

Represents the output of a put repository triggers operation.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

The system-generated unique ID for the create or update operation.

Returns:

  • (String)


726
727
728
729
# File 'lib/aws-sdk-codecommit/types.rb', line 726

class PutRepositoryTriggersOutput < Struct.new(
  :configuration_id)
  include Aws::Structure
end