class
Amazonite::CloudFormation::DeactivateTypeInput
- Amazonite::CloudFormation::DeactivateTypeInput
- Reference
- Object
Defined in:
cloudformation/deactivate_type_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type_name : String | Nil = nil, type : ThirdPartyType | Nil = nil, arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) for the extension in this account and Region.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) for the extension in this account and Region.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : ThirdPartyType | Nil
The extension type.
-
#type=(type : ThirdPartyType | Nil)
The extension type.
-
#type_name : String | Nil
The type name of the extension in this account and Region.
-
#type_name=(type_name : String | Nil)
The type name of the extension in this account and Region.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) for the extension in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
The Amazon Resource Name (ARN) for the extension in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.
The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.