Class: AwsCloudwatchLogMetricFilter

Inherits:
Object
  • Object
show all
Includes:
AwsSingularResourceMixin
Defined in:
lib/resources/aws/aws_cloudwatch_log_metric_filter.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

#filter_nameObject (readonly)

Returns the value of attribute filter_name.



29
30
31
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 29

def filter_name
  @filter_name
end

#log_group_nameObject (readonly)

Returns the value of attribute log_group_name.



29
30
31
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 29

def log_group_name
  @log_group_name
end

#metric_nameObject (readonly)

Returns the value of attribute metric_name.



29
30
31
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 29

def metric_name
  @metric_name
end

#metric_namespaceObject (readonly)

Returns the value of attribute metric_namespace.



29
30
31
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 29

def metric_namespace
  @metric_namespace
end

#patternObject (readonly)

Returns the value of attribute pattern.



29
30
31
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 29

def pattern
  @pattern
end