Class: AwsCloudwatchAlarm
- Inherits:
-
Object
- Object
- AwsCloudwatchAlarm
- Includes:
- AwsSingularResourceMixin
- Defined in:
- lib/resources/aws/aws_cloudwatch_alarm.rb
Defined Under Namespace
Classes: Backend
Instance Attribute Summary collapse
-
#alarm_actions ⇒ Object
readonly
Returns the value of attribute alarm_actions.
-
#alarm_name ⇒ Object
readonly
Returns the value of attribute alarm_name.
-
#metric_name ⇒ Object
readonly
Returns the value of attribute metric_name.
-
#metric_namespace ⇒ Object
readonly
Returns the value of attribute metric_namespace.
Method Summary
Methods included from AwsSingularResourceMixin
Methods included from AwsResourceMixin
#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner
Instance Attribute Details
#alarm_actions ⇒ Object (readonly)
Returns the value of attribute alarm_actions.
15 16 17 |
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 15 def alarm_actions @alarm_actions end |
#alarm_name ⇒ Object (readonly)
Returns the value of attribute alarm_name.
15 16 17 |
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 15 def alarm_name @alarm_name end |
#metric_name ⇒ Object (readonly)
Returns the value of attribute metric_name.
15 16 17 |
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 15 def metric_name @metric_name end |
#metric_namespace ⇒ Object (readonly)
Returns the value of attribute metric_namespace.
15 16 17 |
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 15 def metric_namespace @metric_namespace end |