Class: Aws::Types::PostCommentForComparedCommitInput

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)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def after_commit_id
  @after_commit_id
end

#before_commit_id::String

Returns the value of attribute before_commit_id.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def before_commit_id
  @before_commit_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def client_request_token
  @client_request_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def content
  @content
end

#locationTypes::Location

Returns the value of attribute location.

Returns:



1570
1571
1572
# File 'sig/types.rbs', line 1570

def location
  @location
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def repository_name
  @repository_name
end