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

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

#arnString

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

Returns:

  • (String)


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

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

#branchString

The repository branch.

Returns:

  • (String)


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

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

#nameString

The repository name.

Returns:

  • (String)


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

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

#providerString

The repository provider.

Returns:

  • (String)


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

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