Method: Aws::CodeBuild::Types::ImportSourceCredentialsOutput#arn

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

#arnString

The Amazon Resource Name (ARN) of the token.

Returns:

  • (String)


3312
3313
3314
3315
3316
# File 'lib/aws-sdk-codebuild/types.rb', line 3312

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