Class: Aws::Proton::Types::RepositoryBranchInput

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

Overview

Detail input data for a linked repository branch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The repository branch.

Returns:

  • (String)


4493
4494
4495
4496
4497
4498
4499
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4493

class RepositoryBranchInput < Struct.new(
  :branch,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The repository name.

Returns:

  • (String)


4493
4494
4495
4496
4497
4498
4499
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4493

class RepositoryBranchInput < Struct.new(
  :branch,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The repository provider.

Returns:

  • (String)


4493
4494
4495
4496
4497
4498
4499
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4493

class RepositoryBranchInput < Struct.new(
  :branch,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end