Class: Aws::CodeCatalyst::Types::DevEnvironmentRepositorySummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Information about the source repsitory for a Dev Environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The name of the branch in a source repository cloned into the Dev Environment.

Returns:

  • (String)


626
627
628
629
630
631
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 626

class DevEnvironmentRepositorySummary < Struct.new(
  :repository_name,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the source repository.

Returns:

  • (String)


626
627
628
629
630
631
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 626

class DevEnvironmentRepositorySummary < Struct.new(
  :repository_name,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end