Class: Aws::CodeCatalyst::Types::RepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::RepositoryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a repository that will be cloned to a Dev Environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch_name ⇒ String
The name of the branch in a source repository.
-
#repository_name ⇒ String
The name of the source repository.
Instance Attribute Details
#branch_name ⇒ String
The name of the branch in a source repository.
2318 2319 2320 2321 2322 2323 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2318 class RepositoryInput < Struct.new( :repository_name, :branch_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the source repository.
2318 2319 2320 2321 2322 2323 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2318 class RepositoryInput < Struct.new( :repository_name, :branch_name) SENSITIVE = [] include Aws::Structure end |