Class: Aws::Types::PracticeRunConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PracticeRunConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_windows ⇒ ::Array[::String]
Returns the value of attribute allowed_windows.
-
#blocked_dates ⇒ ::Array[::String]
Returns the value of attribute blocked_dates.
-
#blocked_windows ⇒ ::Array[::String]
Returns the value of attribute blocked_windows.
-
#blocking_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute blocking_alarms.
-
#outcome_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute outcome_alarms.
Instance Attribute Details
#allowed_windows ⇒ ::Array[::String]
Returns the value of attribute allowed_windows.
179 180 181 |
# File 'sig/types.rbs', line 179 def allowed_windows @allowed_windows end |
#blocked_dates ⇒ ::Array[::String]
Returns the value of attribute blocked_dates.
180 181 182 |
# File 'sig/types.rbs', line 180 def blocked_dates @blocked_dates end |
#blocked_windows ⇒ ::Array[::String]
Returns the value of attribute blocked_windows.
178 179 180 |
# File 'sig/types.rbs', line 178 def blocked_windows @blocked_windows end |
#blocking_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute blocking_alarms.
176 177 178 |
# File 'sig/types.rbs', line 176 def blocking_alarms @blocking_alarms end |
#outcome_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute outcome_alarms.
177 178 179 |
# File 'sig/types.rbs', line 177 def outcome_alarms @outcome_alarms end |