class
Amazonite::CloudFormation::WarningProperty
- Amazonite::CloudFormation::WarningProperty
- Reference
- Object
Overview
A specific property that is impacted by a warning.
Defined in:
cloudformation/warning_property.crConstructors
- .from_xml(node : XML::Node) : self
- .new(property_path : String | Nil = nil, required : Bool | Nil = nil, description : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
The description of the property from the resource provider schema.
-
#description=(description : String | Nil)
The description of the property from the resource provider schema.
-
#hash(hasher)
See
Object#hash(hasher) -
#property_path : String | Nil
The path of the property.
-
#property_path=(property_path : String | Nil)
The path of the property.
-
#required : Bool | Nil
If
true, the specified property is required. -
#required=(required : Bool | Nil)
If
true, the specified property is required. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The description of the property from the resource provider schema.
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.
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.