class
Amazonite::CloudFormation::BatchDescribeTypeConfigurationsInput
Defined in:
cloudformation/batch_describe_type_configurations_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type_configuration_identifiers : Array(TypeConfigurationIdentifier))
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_configuration_identifiers : Array(TypeConfigurationIdentifier)
The list of identifiers for the desired extension configurations.
-
#type_configuration_identifiers=(type_configuration_identifiers : Array(TypeConfigurationIdentifier))
The list of identifiers for the desired extension configurations.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def type_configuration_identifiers : Array(TypeConfigurationIdentifier)
#
The list of identifiers for the desired extension configurations.
def type_configuration_identifiers=(type_configuration_identifiers : Array(TypeConfigurationIdentifier))
#
The list of identifiers for the desired extension configurations.