Class: Aws::CodeCatalyst::Types::RepositoryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/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

Instance Attribute Details

#branch_nameString

The name of the branch in a source repository.

Returns:

  • (String)


2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2318

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

#repository_nameString

The name of the source repository.

Returns:

  • (String)


2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2318

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