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