class
Amazonite::CloudFormation::BatchDescribeTypeConfigurationsOutput
Defined in:
cloudformation/batch_describe_type_configurations_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(errors : Array(BatchDescribeTypeConfigurationsError) | Nil = nil, unprocessed_type_configurations : Array(TypeConfigurationIdentifier) | Nil = nil, type_configurations : Array(TypeConfigurationDetails) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#errors : Array(BatchDescribeTypeConfigurationsError) | Nil
A list of information concerning any errors generated during the setting of the specified configurations.
-
#errors=(errors : Array(BatchDescribeTypeConfigurationsError) | Nil)
A list of information concerning any errors generated during the setting of the specified configurations.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_configurations : Array(TypeConfigurationDetails) | Nil
A list of any of the specified extension configurations from the CloudFormation registry.
-
#type_configurations=(type_configurations : Array(TypeConfigurationDetails) | Nil)
A list of any of the specified extension configurations from the CloudFormation registry.
-
#unprocessed_type_configurations : Array(TypeConfigurationIdentifier) | Nil
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of information concerning any errors generated during the setting of the specified configurations.
A list of information concerning any errors generated during the setting of the specified configurations.
A list of any of the specified extension configurations from the CloudFormation registry.
A list of any of the specified extension configurations from the CloudFormation registry.
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
A list of any of the specified extension configurations that CloudFormation could not process for any reason.