struct

Analyzer::Specification::Terraform::TfResource

Inherits Struct < Value < Object

A parsed resource "type" "name" { ... } block with only the attributes in TARGET_ATTRS captured.

Constructors

new(type : String, name : String, attrs : Hash(String, String))
Source

Instance methods

attrs
clone
Source
copy_with(type _type = @type, name _name = @name, attrs _attrs = @attrs)
Source
name
type