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.
6261 6262 6263 6264 6265 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6261 class PutRepositoryTriggersOutput < Struct.new( :configuration_id) SENSITIVE = [] include Aws::Structure end |