Method: Aws::CodeDeploy::Types::GitHubLocation#repository
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#repository ⇒ String
The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.
Specified as account/repository.
2651 2652 2653 2654 2655 2656 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2651 class GitHubLocation < Struct.new( :repository, :commit_id) SENSITIVE = [] include Aws::Structure end |