class Amazonite::Ssm::GetExecutionPreviewResponse

Included Modules

Defined in:

ssm/get_execution_preview_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def ended_at : Time | Nil #

A UTC timestamp indicating when the execution preview operation ended.


[View source]
def ended_at=(ended_at : Time | Nil) #

A UTC timestamp indicating when the execution preview operation ended.


[View source]
def execution_preview : ExecutionPreview | Nil #

[View source]
def execution_preview=(execution_preview : ExecutionPreview | Nil) #

[View source]
def execution_preview_id : String | Nil #

The generated ID for the existing execution preview.


[View source]
def execution_preview_id=(execution_preview_id : String | Nil) #

The generated ID for the existing execution preview.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def status : ExecutionPreviewStatus | Nil #

The current status of the execution preview operation.


[View source]
def status=(status : ExecutionPreviewStatus | Nil) #

The current status of the execution preview operation.


[View source]
def status_message : String | Nil #

Supplemental information about the current status of the execution preview.


[View source]
def status_message=(status_message : String | Nil) #

Supplemental information about the current status of the execution preview.


[View source]
def validate! : Nil #

[View source]