Class: Aws::Types::CreatePullRequestApprovalRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_content::String

Returns the value of attribute approval_rule_content.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def approval_rule_content
  @approval_rule_content
end

#approval_rule_name::String

Returns the value of attribute approval_rule_name.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def approval_rule_name
  @approval_rule_name
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def pull_request_id
  @pull_request_id
end