Class: AWS::EC2::SecurityGroupIngress

Inherits:
ModelElement show all
Defined in:
lib/cfn-model/model/security_group_ingress.rb

Overview

this could have been inline or freestanding in latter case there would be a logical resource id but i think we don’t ever care?

Instance Attribute Summary

Attributes inherited from ModelElement

#logical_resource_id, #metadata, #resource_type

Instance Method Summary collapse

Methods inherited from ModelElement

#==, #to_s

Constructor Details

#initialize(cfn_model) ⇒ SecurityGroupIngress

Returns a new instance of SecurityGroupIngress.



9
10
11
12
# File 'lib/cfn-model/model/security_group_ingress.rb', line 9

def initialize(cfn_model)
  super
  @resource_type = 'AWS::EC2::SecurityGroupIngress'
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ModelElement