Class: Aws::Types::CreatePracticeRunConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePracticeRunConfigurationRequest
- 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.
70 71 72 |
# File 'sig/types.rbs', line 70 def allowed_windows @allowed_windows end |
#blocked_dates ⇒ ::Array[::String]
Returns the value of attribute blocked_dates.
68 69 70 |
# File 'sig/types.rbs', line 68 def blocked_dates @blocked_dates end |
#blocked_windows ⇒ ::Array[::String]
Returns the value of attribute blocked_windows.
67 68 69 |
# File 'sig/types.rbs', line 67 def blocked_windows @blocked_windows end |
#blocking_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute blocking_alarms.
69 70 71 |
# File 'sig/types.rbs', line 69 def blocking_alarms @blocking_alarms end |
#outcome_alarms ⇒ ::Array[Types::ControlCondition]
Returns the value of attribute outcome_alarms.
71 72 73 |
# File 'sig/types.rbs', line 71 def outcome_alarms @outcome_alarms end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
66 67 68 |
# File 'sig/types.rbs', line 66 def resource_identifier @resource_identifier end |