Class: AWS::EC2::SecurityGroupEgress

Inherits:
ModelElement show all
Defined in:
lib/cfn-model/model/security_group_egress.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) ⇒ SecurityGroupEgress

Returns a new instance of SecurityGroupEgress.



10
11
12
13
# File 'lib/cfn-model/model/security_group_egress.rb', line 10

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

Dynamic Method Handling

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