Method: Aws::CodeBuild::Types::DeleteSourceCredentialsInput#arn
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
2406 2407 2408 2409 2410 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2406 class DeleteSourceCredentialsInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |