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)


5112
5113
5114
5115
5116
5117
5118
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5112

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)


5112
5113
5114
5115
5116
5117
5118
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5112

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)


5112
5113
5114
5115
5116
5117
5118
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5112

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