Method: Aws::CodeBuild::Types::ImportSourceCredentialsOutput#arn
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3312 class ImportSourceCredentialsOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |