Class: AwsCloudwatchAlarm

Inherits:
Object
  • Object
show all
Includes:
AwsSingularResourceMixin
Defined in:
lib/resources/aws/aws_cloudwatch_alarm.rb

Defined Under Namespace

Classes: Backend

Instance Attribute Summary collapse

Method Summary

Methods included from AwsSingularResourceMixin

#exists?, included

Methods included from AwsResourceMixin

#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner

Instance Attribute Details

#alarm_actionsObject (readonly)

Returns the value of attribute alarm_actions.



19
20
21
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 19

def alarm_actions
  @alarm_actions
end

#alarm_nameObject (readonly)

Returns the value of attribute alarm_name.



19
20
21
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 19

def alarm_name
  @alarm_name
end

#metric_nameObject (readonly)

Returns the value of attribute metric_name.



19
20
21
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 19

def metric_name
  @metric_name
end

#metric_namespaceObject (readonly)

Returns the value of attribute metric_namespace.



19
20
21
# File 'lib/resources/aws/aws_cloudwatch_alarm.rb', line 19

def metric_namespace
  @metric_namespace
end