You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::GetDeployablePatchSnapshotForInstanceResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#productString

Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance for the specified patch snapshot.

Returns:

  • (String)

    Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance for the specified patch snapshot.

#snapshot_download_urlString

A pre-signed Amazon S3 URL that can be used to download the patch snapshot.

Returns:

  • (String)

    A pre-signed Amazon S3 URL that can be used to download the patch snapshot.

#snapshot_idString

The user-defined snapshot ID.

Returns:

  • (String)

    The user-defined snapshot ID.