Class: Aws::Types::PracticeRunConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_windows ⇒ ::Array[::String]

Returns the value of attribute allowed_windows.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def outcome_alarms
  @outcome_alarms
end