class
Amazonite::Ssm::GetExecutionPreviewResponse
- Amazonite::Ssm::GetExecutionPreviewResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_execution_preview_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(execution_preview_id : String | Nil = nil, ended_at : Time | Nil = nil, status : ExecutionPreviewStatus | Nil = nil, status_message : String | Nil = nil, execution_preview : ExecutionPreview | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#ended_at : Time | Nil
A UTC timestamp indicating when the execution preview operation ended.
-
#ended_at=(ended_at : Time | Nil)
A UTC timestamp indicating when the execution preview operation ended.
- #execution_preview : ExecutionPreview | Nil
- #execution_preview=(execution_preview : ExecutionPreview | Nil)
-
#execution_preview_id : String | Nil
The generated ID for the existing execution preview.
-
#execution_preview_id=(execution_preview_id : String | Nil)
The generated ID for the existing execution preview.
-
#hash(hasher)
See
Object#hash(hasher) -
#status : ExecutionPreviewStatus | Nil
The current status of the execution preview operation.
-
#status=(status : ExecutionPreviewStatus | Nil)
The current status of the execution preview operation.
-
#status_message : String | Nil
Supplemental information about the current status of the execution preview.
-
#status_message=(status_message : String | Nil)
Supplemental information about the current status of the execution preview.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A UTC timestamp indicating when the execution preview operation ended.
The generated ID for the existing execution preview.
The current status of the execution preview operation.
Supplemental information about the current status of the execution preview.
Supplemental information about the current status of the execution preview.