struct

Krikri::PluginHelpers::Ec2SecurityGroup::SecurityGroup

Inherits Struct < Value < Object

Constructors

new(group_id : String, group_name : String, description : String, vpc_id : String, owner_id : String, arn : String, ingress : Array(Rule), egress : Array(Rule), tags : Hash(String, String))
Source

Instance methods

arn
clone
Source
copy_with(group_id _group_id = @group_id, group_name _group_name = @group_name, description _description = @description, vpc_id _vpc_id = @vpc_id, owner_id _owner_id = @owner_id, arn _arn = @arn, ingress _ingress = @ingress, egress _egress = @egress, tags _tags = @tags)
Source
description
egress
group_id
group_name
ingress
owner_id
tags
vpc_id