Class: Aws::Types::PullRequestCreatedEventMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_commit_id::String

Returns the value of attribute destination_commit_id.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def destination_commit_id
  @destination_commit_id
end

#merge_base::String

Returns the value of attribute merge_base.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def merge_base
  @merge_base
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def repository_name
  @repository_name
end

#source_commit_id::String

Returns the value of attribute source_commit_id.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def source_commit_id
  @source_commit_id
end