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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



3468
3469
3470
3471
3472
# File 'lib/aws-sdk-codebuild/types.rb', line 3468

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