Class: AWS::EC2::NetworkAclEntry

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

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) ⇒ NetworkAclEntry

Returns a new instance of NetworkAclEntry.



6
7
8
9
# File 'lib/cfn-model/model/ec2_network_acl_entry.rb', line 6

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

Dynamic Method Handling

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