Class: Aws::Types::PullRequestTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_commit::String

Returns the value of attribute destination_commit.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def destination_commit
  @destination_commit
end

#destination_reference::String

Returns the value of attribute destination_reference.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def destination_reference
  @destination_reference
end

#merge_base::String

Returns the value of attribute merge_base.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def merge_base
  @merge_base
end

#merge_metadataTypes::MergeMetadata

Returns the value of attribute merge_metadata.



1705
1706
1707
# File 'sig/types.rbs', line 1705

def 
  @merge_metadata
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def repository_name
  @repository_name
end

#source_commit::String

Returns the value of attribute source_commit.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def source_commit
  @source_commit
end

#source_reference::String

Returns the value of attribute source_reference.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def source_reference
  @source_reference
end