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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


5917
5918
5919
5920
5921
5922
5923
# File 'lib/aws-sdk-ssm/types.rb', line 5917

class GetDeployablePatchSnapshotForInstanceResult < Struct.new(
  :instance_id,
  :snapshot_id,
  :snapshot_download_url,
  :product)
  include Aws::Structure
end

#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)


5917
5918
5919
5920
5921
5922
5923
# File 'lib/aws-sdk-ssm/types.rb', line 5917

class GetDeployablePatchSnapshotForInstanceResult < Struct.new(
  :instance_id,
  :snapshot_id,
  :snapshot_download_url,
  :product)
  include Aws::Structure
end

#snapshot_download_urlString

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

Returns:

  • (String)


5917
5918
5919
5920
5921
5922
5923
# File 'lib/aws-sdk-ssm/types.rb', line 5917

class GetDeployablePatchSnapshotForInstanceResult < Struct.new(
  :instance_id,
  :snapshot_id,
  :snapshot_download_url,
  :product)
  include Aws::Structure
end

#snapshot_idString

The user-defined snapshot ID.

Returns:

  • (String)


5917
5918
5919
5920
5921
5922
5923
# File 'lib/aws-sdk-ssm/types.rb', line 5917

class GetDeployablePatchSnapshotForInstanceResult < Struct.new(
  :instance_id,
  :snapshot_id,
  :snapshot_download_url,
  :product)
  include Aws::Structure
end