Class: Aws::Proton::Types::Revision

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

Overview

Revision detail data for a commit and push that activates a sync attempt

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The repository branch.

Returns:

  • (String)


4762
4763
4764
4765
4766
4767
4768
4769
4770
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4762

class Revision < Struct.new(
  :branch,
  :directory,
  :repository_name,
  :repository_provider,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#directoryString

The repository directory changed by a commit and push that activated the sync attempt.

Returns:

  • (String)


4762
4763
4764
4765
4766
4767
4768
4769
4770
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4762

class Revision < Struct.new(
  :branch,
  :directory,
  :repository_name,
  :repository_provider,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The repository name.

Returns:

  • (String)


4762
4763
4764
4765
4766
4767
4768
4769
4770
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4762

class Revision < Struct.new(
  :branch,
  :directory,
  :repository_name,
  :repository_provider,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#repository_providerString

The repository provider.

Returns:

  • (String)


4762
4763
4764
4765
4766
4767
4768
4769
4770
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4762

class Revision < Struct.new(
  :branch,
  :directory,
  :repository_name,
  :repository_provider,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#shaString

The secure hash algorithm (SHA) hash for the revision.

Returns:

  • (String)


4762
4763
4764
4765
4766
4767
4768
4769
4770
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4762

class Revision < Struct.new(
  :branch,
  :directory,
  :repository_name,
  :repository_provider,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end