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:

  • (String)


6386
6387
6388
6389
6390
6391
6392
6393
6394
# File 'lib/aws-sdk-codecommit/types.rb', line 6386

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