class CfnGuardian::Models::InternalHttpCheck

Public Class Methods

new(resource) click to toggle source
Calls superclass method CfnGuardian::Models::HttpCheck::new
# File lib/cfnguardian/models/check.rb, line 49
def initialize(resource)
  super(resource)
  @group = 'InternalHttp'
  @name = 'InternalHttpCheck'
  @subnets = resource['Subnets']
  @vpc = resource['VpcId']
  @environment = resource['Environment']
end