Class: Aws::Types::GitHubLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def commit_id
  @commit_id
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def repository
  @repository
end