class
Amazonite::CloudFormation::DeregisterTypeInput
- Amazonite::CloudFormation::DeregisterTypeInput
- Reference
- Object
Defined in:
cloudformation/deregister_type_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(arn : String | Nil = nil, type : RegistryType | Nil = nil, type_name : String | Nil = nil, version_id : 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) of the extension.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the extension.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : RegistryType | Nil
The kind of extension.
-
#type=(type : RegistryType | Nil)
The kind of extension.
-
#type_name : String | Nil
The name of the extension.
-
#type_name=(type_name : String | Nil)
The name of the extension.
- #validate! : Nil
-
#version_id : String | Nil
The ID of a specific version of the extension.
-
#version_id=(version_id : String | Nil)
The ID of a specific version of the extension.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.