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 ‘SourceCredentialsInfo` objects.
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.
3811 3812 3813 3814 3815 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3811 class ListSourceCredentialsOutput < Struct.new( :source_credentials_infos) SENSITIVE = [] include Aws::Structure end |