Class: AwsCloudwatchLogMetricFilter
- Inherits:
-
Object
- Object
- AwsCloudwatchLogMetricFilter
- Includes:
- AwsSingularResourceMixin
- Defined in:
- lib/resources/aws/aws_cloudwatch_log_metric_filter.rb
Defined Under Namespace
Classes: Backend
Instance Attribute Summary collapse
-
#filter_name ⇒ Object
readonly
Returns the value of attribute filter_name.
-
#log_group_name ⇒ Object
readonly
Returns the value of attribute log_group_name.
-
#metric_name ⇒ Object
readonly
Returns the value of attribute metric_name.
-
#metric_namespace ⇒ Object
readonly
Returns the value of attribute metric_namespace.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
Method Summary
Methods included from AwsSingularResourceMixin
Methods included from AwsResourceMixin
#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner
Instance Attribute Details
#filter_name ⇒ Object (readonly)
Returns the value of attribute filter_name.
25 26 27 |
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 25 def filter_name @filter_name end |
#log_group_name ⇒ Object (readonly)
Returns the value of attribute log_group_name.
25 26 27 |
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 25 def log_group_name @log_group_name end |
#metric_name ⇒ Object (readonly)
Returns the value of attribute metric_name.
25 26 27 |
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 25 def metric_name @metric_name end |
#metric_namespace ⇒ Object (readonly)
Returns the value of attribute metric_namespace.
25 26 27 |
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 25 def metric_namespace @metric_namespace end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern.
25 26 27 |
# File 'lib/resources/aws/aws_cloudwatch_log_metric_filter.rb', line 25 def pattern @pattern end |