class Amazonite::SsmV1::GetDeployablePatchSnapshotForInstanceRequest

Included Modules

Defined in:

ssm_v1/get_deployable_patch_snapshot_for_instance_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instance_id : String, snapshot_id : String, baseline_override : BaselineOverride | Nil = nil) #

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

[View source]

Instance Method Detail

def baseline_override : BaselineOverride | Nil #

[View source]
def baseline_override=(baseline_override : BaselineOverride | Nil) #

[View source]
def instance_id : String #

[View source]
def instance_id=(instance_id : String) #

[View source]
def snapshot_id : String #

[View source]
def snapshot_id=(snapshot_id : String) #

[View source]