class Amazonite::Ssm::GetDeployablePatchSnapshotForInstanceRequest

Included Modules

Defined in:

ssm/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, use_s3_dual_stack_endpoint : Bool | Nil = nil) #

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

[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 baseline_override : BaselineOverride | Nil #

Defines the basic information about a patch baseline override.


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

Defines the basic information about a patch baseline override.


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

See Object#hash(hasher)


def instance_id : String #

The ID of the managed node for which the appropriate patch snapshot should be retrieved.


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

The ID of the managed node for which the appropriate patch snapshot should be retrieved.


[View source]
def snapshot_id : String #

The snapshot ID provided by the user when running AWS-RunPatchBaseline.


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

The snapshot ID provided by the user when running AWS-RunPatchBaseline.


[View source]
def use_s3_dual_stack_endpoint : Bool | Nil #

Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false to use standard IPv4-only endpoints. Default is false. This parameter is required for managed nodes in IPv6-only environments.


[View source]
def use_s3_dual_stack_endpoint=(use_s3_dual_stack_endpoint : Bool | Nil) #

Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false to use standard IPv4-only endpoints. Default is false. This parameter is required for managed nodes in IPv6-only environments.


[View source]
def validate! : Nil #

[View source]