class CfnGuardian::Models::InternalPortEvent
Public Class Methods
new(resource,environment)
click to toggle source
Calls superclass method
CfnGuardian::Models::PortEvent::new
# File lib/cfnguardian/models/event.rb, line 106 def initialize(resource,environment) super(resource) @group = 'InternalPort' @name = 'InternalPortEvent' @target = "InternalPortCheckFunction#{environment}" @environment = environment end