Class: Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_id ⇒ String
The ID of the patch baseline to retrieve the effective patches for.
-
#max_results ⇒ Integer
The maximum number of patches to return (per page).
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline to retrieve the effective patches for.
5132 5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-ssm/types.rb', line 5132 class DescribeEffectivePatchesForPatchBaselineRequest < Struct.new( :baseline_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of patches to return (per page).
5132 5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-ssm/types.rb', line 5132 class DescribeEffectivePatchesForPatchBaselineRequest < Struct.new( :baseline_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
5132 5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-ssm/types.rb', line 5132 class DescribeEffectivePatchesForPatchBaselineRequest < Struct.new( :baseline_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |