Class: Aws::Types::ApprovalThresholdPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proposal_duration_in_hours ⇒ ::Integer

Returns the value of attribute proposal_duration_in_hours.

Returns:

  • (::Integer)


40
41
42
# File 'sig/types.rbs', line 40

def proposal_duration_in_hours
  @proposal_duration_in_hours
end

#threshold_comparator ⇒ "GREATER_THAN", "GREATER_THAN_OR_EQUAL_TO"

Returns the value of attribute threshold_comparator.

Returns:

  • ("GREATER_THAN", "GREATER_THAN_OR_EQUAL_TO")


41
42
43
# File 'sig/types.rbs', line 41

def threshold_comparator
  @threshold_comparator
end

#threshold_percentage ⇒ ::Integer

Returns the value of attribute threshold_percentage.

Returns:

  • (::Integer)


39
40
41
# File 'sig/types.rbs', line 39

def threshold_percentage
  @threshold_percentage
end