Class: Aws::Types::SsmControls
- Inherits:
-
Object
- Object
- Aws::Types::SsmControls
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#concurrent_execution_rate_percentage ⇒ ::Integer
Returns the value of attribute concurrent_execution_rate_percentage.
-
#error_percentage ⇒ ::Integer
Returns the value of attribute error_percentage.
Instance Attribute Details
#concurrent_execution_rate_percentage ⇒ ::Integer
Returns the value of attribute concurrent_execution_rate_percentage.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def concurrent_execution_rate_percentage @concurrent_execution_rate_percentage end |
#error_percentage ⇒ ::Integer
Returns the value of attribute error_percentage.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def error_percentage @error_percentage end |