Class: Aws::Proton::Types::RepositoryBranch

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

Overview

Detail data for a linked repository branch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the linked repository.



4468
4469
4470
4471
4472
4473
4474
4475
# File 'lib/aws-sdk-proton/types.rb', line 4468

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

#branch ⇒ String

The repository branch.



4468
4469
4470
4471
4472
4473
4474
4475
# File 'lib/aws-sdk-proton/types.rb', line 4468

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

#name ⇒ String

The repository name.



4468
4469
4470
4471
4472
4473
4474
4475
# File 'lib/aws-sdk-proton/types.rb', line 4468

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

#provider ⇒ String

The repository provider.



4468
4469
4470
4471
4472
4473
4474
4475
# File 'lib/aws-sdk-proton/types.rb', line 4468

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