Class: Aws::CodeBuild::Types::ListSourceCredentialsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#source_credentials_infosArray<Types::SourceCredentialsInfo>

A list of ‘SourceCredentialsInfo` objects. Each `SourceCredentialsInfo` object includes the authentication type, token ARN, and type of source provider for one set of credentials.

Returns:



1300
1301
1302
1303
# File 'lib/aws-sdk-codebuild/types.rb', line 1300

class ListSourceCredentialsOutput < Struct.new(
  :source_credentials_infos)
  include Aws::Structure
end