Class: Aws::Types::AwsCloudWatchAlarmDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions_enabledBoolean

Returns the value of attribute actions_enabled.

Returns:

  • (Boolean)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def actions_enabled
  @actions_enabled
end

#alarm_actions::Array[::String]

Returns the value of attribute alarm_actions.

Returns:

  • (::Array[::String])


1020
1021
1022
# File 'sig/types.rbs', line 1020

def alarm_actions
  @alarm_actions
end

#alarm_arn::String

Returns the value of attribute alarm_arn.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def alarm_arn
  @alarm_arn
end

#alarm_configuration_updated_timestamp::String

Returns the value of attribute alarm_configuration_updated_timestamp.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def alarm_configuration_updated_timestamp
  @alarm_configuration_updated_timestamp
end

#alarm_description::String

Returns the value of attribute alarm_description.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def alarm_description
  @alarm_description
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def alarm_name
  @alarm_name
end

#comparison_operator::String

Returns the value of attribute comparison_operator.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def comparison_operator
  @comparison_operator
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.

Returns:

  • (::Integer)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def datapoints_to_alarm
  @datapoints_to_alarm
end

#dimensions::Array[Types::AwsCloudWatchAlarmDimensionsDetails]

Returns the value of attribute dimensions.



1027
1028
1029
# File 'sig/types.rbs', line 1027

def dimensions
  @dimensions
end

#evaluate_low_sample_count_percentile::String

Returns the value of attribute evaluate_low_sample_count_percentile.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def evaluate_low_sample_count_percentile
  @evaluate_low_sample_count_percentile
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def evaluation_periods
  @evaluation_periods
end

#extended_statistic::String

Returns the value of attribute extended_statistic.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def extended_statistic
  @extended_statistic
end

#insufficient_data_actions::Array[::String]

Returns the value of attribute insufficient_data_actions.

Returns:

  • (::Array[::String])


1031
1032
1033
# File 'sig/types.rbs', line 1031

def insufficient_data_actions
  @insufficient_data_actions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def namespace
  @namespace
end

#ok_actions::Array[::String]

Returns the value of attribute ok_actions.

Returns:

  • (::Array[::String])


1034
1035
1036
# File 'sig/types.rbs', line 1034

def ok_actions
  @ok_actions
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def period
  @period
end

#statistic::String

Returns the value of attribute statistic.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def statistic
  @statistic
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def threshold
  @threshold
end

#threshold_metric_id::String

Returns the value of attribute threshold_metric_id.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def threshold_metric_id
  @threshold_metric_id
end

#treat_missing_data::String

Returns the value of attribute treat_missing_data.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def treat_missing_data
  @treat_missing_data
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def unit
  @unit
end