Class: Aws::Types::PullRequestSourceReferenceUpdatedEventMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_commit_id::String

Returns the value of attribute after_commit_id.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def after_commit_id
  @after_commit_id
end

#before_commit_id::String

Returns the value of attribute before_commit_id.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def before_commit_id
  @before_commit_id
end

#merge_base::String

Returns the value of attribute merge_base.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def merge_base
  @merge_base
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def repository_name
  @repository_name
end