Class: Aws::Types::UpdatePullRequestApprovalRuleContentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_name::String

Returns the value of attribute approval_rule_name.

Returns:

  • (::String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def approval_rule_name
  @approval_rule_name
end

#existing_rule_content_sha_256::String

Returns the value of attribute existing_rule_content_sha_256.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def existing_rule_content_sha_256
  @existing_rule_content_sha_256
end

#new_rule_content::String

Returns the value of attribute new_rule_content.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def new_rule_content
  @new_rule_content
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def pull_request_id
  @pull_request_id
end