class
Amazonite::CloudFormation::DescribeTypeInput
- Amazonite::CloudFormation::DescribeTypeInput
- Reference
- Object
Defined in:
cloudformation/describe_type_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type : RegistryType | Nil = nil, type_name : String | Nil = nil, arn : String | Nil = nil, version_id : String | Nil = nil, publisher_id : String | Nil = nil, public_version_number : 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) -
#public_version_number : String | Nil
The version number of a public third-party extension.
-
#public_version_number=(public_version_number : String | Nil)
The version number of a public third-party extension.
-
#publisher_id : String | Nil
The publisher ID of the extension publisher.
-
#publisher_id=(publisher_id : String | Nil)
The publisher ID of the extension publisher.
- #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 version number of a public third-party extension.
The publisher ID of the extension publisher.
Extensions provided by Amazon Web Services are not assigned a publisher ID.
The publisher ID of the extension publisher.
Extensions provided by Amazon Web Services are not assigned a publisher ID.
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.
If you specify a VersionId, DescribeType returns information about that specific extension
version. Otherwise, it returns information about the default extension version.
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.
If you specify a VersionId, DescribeType returns information about that specific extension
version. Otherwise, it returns information about the default extension version.