Class: Aws::Types::UpdatePracticeRunConfigurationRequest

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


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def resource_identifier
  @resource_identifier
end