Class: Aws::CodeBuild::Types::SourceAuth
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::SourceAuth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Information about the authorization settings for CodeBuild to access the source code to be built.
This information is for the CodeBuild console’s use only. Your code should not get or set this information directly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The resource value that applies to the specified authorization type.
-
#type ⇒ String
<note markdown=“1”> This data type is deprecated and is no longer accurate or used.
Instance Attribute Details
#resource ⇒ String
The resource value that applies to the specified authorization type.
4759 4760 4761 4762 4763 4764 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4759 class SourceAuth < Struct.new( :type, :resource) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
<note markdown=“1”> This data type is deprecated and is no longer accurate or used.
</note>
The authorization type to use. The only valid value is ‘OAUTH`, which represents the OAuth authorization type.
4759 4760 4761 4762 4763 4764 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4759 class SourceAuth < Struct.new( :type, :resource) SENSITIVE = [] include Aws::Structure end |