Class: Aws::CodeCatalyst::Types::DevEnvironmentRepositorySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DevEnvironmentRepositorySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about the source repsitory for a Dev Environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch_name ⇒ String
The name of the branch in a source repository cloned into the Dev Environment.
-
#repository_name ⇒ String
The name of the source repository.
Instance Attribute Details
#branch_name ⇒ String
The name of the branch in a source repository cloned into the Dev Environment.
626 627 628 629 630 631 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 626 class DevEnvironmentRepositorySummary < Struct.new( :repository_name, :branch_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the source repository.
626 627 628 629 630 631 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 626 class DevEnvironmentRepositorySummary < Struct.new( :repository_name, :branch_name) SENSITIVE = [] include Aws::Structure end |