Class: Aws::Types::UpdatePracticeRunConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePracticeRunConfigurationRequest
- 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.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#allowed_windows ⇒ ::Array[::String]
Returns the value of attribute allowed_windows.
235 236 237 |
# File 'sig/types.rbs', line 235 def allowed_windows @allowed_windows end |
#blocked_dates ⇒ ::Array[::String]
Returns the value of attribute blocked_dates.
233 234 235 |
# File 'sig/types.rbs', line 233 def blocked_dates @blocked_dates end |
#blocked_windows ⇒ ::Array[::String]
Returns the value of attribute blocked_windows.
232 233 234 |
# File 'sig/types.rbs', line 232 def blocked_windows @blocked_windows end |
#blocking_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute blocking_alarms.
234 235 236 |
# File 'sig/types.rbs', line 234 def blocking_alarms @blocking_alarms end |
#outcome_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute outcome_alarms.
236 237 238 |
# File 'sig/types.rbs', line 236 def outcome_alarms @outcome_alarms end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
231 232 233 |
# File 'sig/types.rbs', line 231 def resource_identifier @resource_identifier end |