Class: Aws::CodeBuild::Types::ListSourceCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ListSourceCredentialsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_credentials_infos ⇒ Array<Types::SourceCredentialsInfo>
A list of
SourceCredentialsInfoobjects.
Instance Attribute Details
#source_credentials_infos ⇒ Array<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.
3497 3498 3499 3500 3501 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3497 class ListSourceCredentialsOutput < Struct.new( :source_credentials_infos) SENSITIVE = [] include Aws::Structure end |