class Amazonite::CloudFormation::Output

Overview

The Output data type.

Defined in:

cloudformation/output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(output_key : String | Nil = nil, output_value : String | Nil = nil, description : String | Nil = nil, export_name : 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 #

User defined description associated with the output.


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

User defined description associated with the output.


[View source]
def export_name : String | Nil #

The name of the export associated with the output.


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

The name of the export associated with the output.


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

See Object#hash(hasher)


def output_key : String | Nil #

The key associated with the output.


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

The key associated with the output.


[View source]
def output_value : String | Nil #

The value associated with the output.


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

The value associated with the output.


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

[View source]
def validate! : Nil #

[View source]