Class: Aws::Types::CreatePracticeRunConfigurationRequest

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])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def resource_identifier
  @resource_identifier
end