class
Amazonite::CloudFormation::RecordHandlerProgressInput
- Amazonite::CloudFormation::RecordHandlerProgressInput
- Reference
- Object
Defined in:
cloudformation/record_handler_progress_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(bearer_token : String, operation_status : OperationStatus, current_operation_status : OperationStatus | Nil = nil, status_message : String | Nil = nil, error_code : HandlerErrorCode | Nil = nil, resource_model : String | Nil = nil, client_request_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#bearer_token : String
Reserved for use by the CloudFormation CLI.
-
#bearer_token=(bearer_token : String)
Reserved for use by the CloudFormation CLI.
-
#client_request_token : String | Nil
Reserved for use by the CloudFormation CLI.
-
#client_request_token=(client_request_token : String | Nil)
Reserved for use by the CloudFormation CLI.
-
#current_operation_status : OperationStatus | Nil
Reserved for use by the CloudFormation CLI.
-
#current_operation_status=(current_operation_status : OperationStatus | Nil)
Reserved for use by the CloudFormation CLI.
-
#error_code : HandlerErrorCode | Nil
Reserved for use by the CloudFormation CLI.
-
#error_code=(error_code : HandlerErrorCode | Nil)
Reserved for use by the CloudFormation CLI.
-
#hash(hasher)
See
Object#hash(hasher) -
#operation_status : OperationStatus
Reserved for use by the CloudFormation CLI.
-
#operation_status=(operation_status : OperationStatus)
Reserved for use by the CloudFormation CLI.
-
#resource_model : String | Nil
Reserved for use by the CloudFormation CLI.
-
#resource_model=(resource_model : String | Nil)
Reserved for use by the CloudFormation CLI.
-
#status_message : String | Nil
Reserved for use by the CloudFormation CLI.
-
#status_message=(status_message : String | Nil)
Reserved for use by the CloudFormation CLI.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Reserved for use by the CloudFormation CLI.
Reserved for use by the CloudFormation CLI.
Reserved for use by the CloudFormation CLI.