Class: Aws::CodeCommit::Types::PutRepositoryTriggersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::PutRepositoryTriggersOutput
- 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
-
#configuration_id ⇒ String
The system-generated unique ID for the create or update operation.
Instance Attribute Details
#configuration_id ⇒ String
The system-generated unique ID for the create or update operation.
6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6080 class PutRepositoryTriggersOutput < Struct.new( :configuration_id) SENSITIVE = [] include Aws::Structure end |