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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


5024
5025
5026
5027
5028
5029
5030
# File 'lib/aws-sdk-ssm/types.rb', line 5024

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)


5024
5025
5026
5027
5028
5029
5030
# File 'lib/aws-sdk-ssm/types.rb', line 5024

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)


5024
5025
5026
5027
5028
5029
5030
# File 'lib/aws-sdk-ssm/types.rb', line 5024

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