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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The managed node ID.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7688

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

#productString

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

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7688

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

#snapshot_download_urlString

A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7688

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

#snapshot_idString

The user-defined snapshot ID.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7688

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