class Amazonite::CloudFormation::WarningProperty

Overview

A specific property that is impacted by a warning.

Defined in:

cloudformation/warning_property.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(property_path : String | Nil = nil, required : Bool | Nil = nil, description : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def description : String | Nil #

The description of the property from the resource provider schema.


[View source]
def description=(description : String | Nil) #

The description of the property from the resource provider schema.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def property_path : String | Nil #

The path of the property. For example, if this is for the S3Bucket member of the Code property, the property path would be Code/S3Bucket.


[View source]
def property_path=(property_path : String | Nil) #

The path of the property. For example, if this is for the S3Bucket member of the Code property, the property path would be Code/S3Bucket.


[View source]
def required : Bool | Nil #

If true, the specified property is required.


[View source]
def required=(required : Bool | Nil) #

If true, the specified property is required.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]