Class: Aws::Types::HealthEventsConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_local_health_events_configTypes::LocalHealthEventsConfig

Returns the value of attribute availability_local_health_events_config.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def availability_local_health_events_config
  @availability_local_health_events_config
end

#availability_score_threshold::Float

Returns the value of attribute availability_score_threshold.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def availability_score_threshold
  @availability_score_threshold
end

#performance_local_health_events_configTypes::LocalHealthEventsConfig

Returns the value of attribute performance_local_health_events_config.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def performance_local_health_events_config
  @performance_local_health_events_config
end

#performance_score_threshold::Float

Returns the value of attribute performance_score_threshold.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def performance_score_threshold
  @performance_score_threshold
end