class
Amazonite::CloudFormation::DescribeGeneratedTemplateInput
- Amazonite::CloudFormation::DescribeGeneratedTemplateInput
- Reference
- Object
Defined in:
cloudformation/describe_generated_template_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#generated_template_name : String
The name or Amazon Resource Name (ARN) of a generated template.
-
#generated_template_name=(generated_template_name : String)
The name or Amazon Resource Name (ARN) of a generated template.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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 generated_template_name : String
#
The name or Amazon Resource Name (ARN) of a generated template.
def generated_template_name=(generated_template_name : String)
#
The name or Amazon Resource Name (ARN) of a generated template.