Method: Aws::CodeBuild::Types::DeleteSourceCredentialsInput#arn

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

#arnString

The Amazon Resource Name (ARN) of the token.

Returns:

  • (String)


2406
2407
2408
2409
2410
# File 'lib/aws-sdk-codebuild/types.rb', line 2406

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