class Amazonite::CloudFormation::BatchDescribeTypeConfigurationsOutput

Defined in:

cloudformation/batch_describe_type_configurations_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(errors : Array(BatchDescribeTypeConfigurationsError) | Nil = nil, unprocessed_type_configurations : Array(TypeConfigurationIdentifier) | Nil = nil, type_configurations : Array(TypeConfigurationDetails) | 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 errors : Array(BatchDescribeTypeConfigurationsError) | Nil #

A list of information concerning any errors generated during the setting of the specified configurations.


[View source]
def errors=(errors : Array(BatchDescribeTypeConfigurationsError) | Nil) #

A list of information concerning any errors generated during the setting of the specified configurations.


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

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def type_configurations : Array(TypeConfigurationDetails) | Nil #

A list of any of the specified extension configurations from the CloudFormation registry.


[View source]
def type_configurations=(type_configurations : Array(TypeConfigurationDetails) | Nil) #

A list of any of the specified extension configurations from the CloudFormation registry.


[View source]
def unprocessed_type_configurations : Array(TypeConfigurationIdentifier) | Nil #

A list of any of the specified extension configurations that CloudFormation could not process for any reason.


[View source]
def unprocessed_type_configurations=(unprocessed_type_configurations : Array(TypeConfigurationIdentifier) | Nil) #

A list of any of the specified extension configurations that CloudFormation could not process for any reason.


[View source]
def validate! : Nil #

[View source]