Method: Aws::CodeBuild::Types::SourceAuth#resource
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#resource ⇒ String
The resource value that applies to the specified authorization type.
6478 6479 6480 6481 6482 6483 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6478 class SourceAuth < Struct.new( :type, :resource) SENSITIVE = [] include Aws::Structure end |