Class: Aws::SSM::Types::GetDeployablePatchSnapshotForInstanceRequest

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

Overview

Note:

When making an API call, you may pass GetDeployablePatchSnapshotForInstanceRequest data as a hash:

{
  instance_id: "InstanceId", # required
  snapshot_id: "SnapshotId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)


6785
6786
6787
6788
6789
# File 'lib/aws-sdk-ssm/types.rb', line 6785

class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
  :instance_id,
  :snapshot_id)
  include Aws::Structure
end

#snapshot_idString

The user-defined snapshot ID.

Returns:

  • (String)


6785
6786
6787
6788
6789
# File 'lib/aws-sdk-ssm/types.rb', line 6785

class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
  :instance_id,
  :snapshot_id)
  include Aws::Structure
end