class
Amazonite::CloudFormation::DescribeTypeRegistrationOutput
- Amazonite::CloudFormation::DescribeTypeRegistrationOutput
- Reference
- Object
Defined in:
cloudformation/describe_type_registration_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(progress_status : RegistrationStatus | Nil = nil, description : String | Nil = nil, type_arn : String | Nil = nil, type_version_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
The description of the extension registration request.
-
#description=(description : String | Nil)
The description of the extension registration request.
-
#hash(hasher)
See
Object#hash(hasher) -
#progress_status : RegistrationStatus | Nil
The current status of the extension registration request.
-
#progress_status=(progress_status : RegistrationStatus | Nil)
The current status of the extension registration request.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_arn : String | Nil
The Amazon Resource Name (ARN) of the extension being registered.
-
#type_arn=(type_arn : String | Nil)
The Amazon Resource Name (ARN) of the extension being registered.
-
#type_version_arn : String | Nil
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
-
#type_version_arn=(type_version_arn : String | Nil)
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The description of the extension registration request.
The current status of the extension registration request.
The current status of the extension registration request.
The Amazon Resource Name (ARN) of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be null.
The Amazon Resource Name (ARN) of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be null.
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be null.
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be null.