Method: Aws::CodeCommit::Types::RepositoryTrigger#destination_arn

Defined in:
lib/aws-sdk-codecommit/types.rb

#destination_arnString

The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).

Returns:



6390
6391
6392
6393
6394
6395
6396
6397
6398
# File 'lib/aws-sdk-codecommit/types.rb', line 6390

class RepositoryTrigger < Struct.new(
  :name,
  :destination_arn,
  :custom_data,
  :branches,
  :events)
  SENSITIVE = []
  include Aws::Structure
end