Class: Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineRequest

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

#baseline_idString

The ID of the patch baseline to retrieve the effective patches for.

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
5107
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5101

class DescribeEffectivePatchesForPatchBaselineRequest < Struct.new(
  :baseline_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of patches to return (per page).

Returns:

  • (Integer)


5101
5102
5103
5104
5105
5106
5107
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5101

class DescribeEffectivePatchesForPatchBaselineRequest < Struct.new(
  :baseline_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
5107
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5101

class DescribeEffectivePatchesForPatchBaselineRequest < Struct.new(
  :baseline_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end