Class: Aws::Types::ApprovalThresholdPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalThresholdPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proposal_duration_in_hours ⇒ ::Integer
Returns the value of attribute proposal_duration_in_hours.
-
#threshold_comparator ⇒ "GREATER_THAN", "GREATER_THAN_OR_EQUAL_TO"
Returns the value of attribute threshold_comparator.
-
#threshold_percentage ⇒ ::Integer
Returns the value of attribute threshold_percentage.
Instance Attribute Details
#proposal_duration_in_hours ⇒ ::Integer
Returns the value of attribute proposal_duration_in_hours.
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.
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.
39 40 41 |
# File 'sig/types.rbs', line 39 def threshold_percentage @threshold_percentage end |