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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

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

Returns:

  • (String)


6076
6077
6078
6079
6080
# File 'lib/aws-sdk-codecommit/types.rb', line 6076

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