Class: Aws::SSM::Types::DescribePatchBaselinesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchBaselinesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::PatchOrchestratorFilter>
Each element in the array is a structure containing a key-value pair.
-
#max_results ⇒ Integer
The maximum number of patch baselines to return (per page).
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#filters ⇒ Array<Types::PatchOrchestratorFilter>
Each element in the array is a structure containing a key-value pair.
Supported keys for ‘DescribePatchBaselines` include the following:
-
NAME_PREFIX
Sample values: ‘AWS-` | `My-`
-
OWNER
Sample values: ‘AWS` | `Self`
-
OPERATING_SYSTEM
Sample values: ‘AMAZON_LINUX` | `SUSE` | `WINDOWS`
6169 6170 6171 6172 6173 6174 6175 |
# File 'lib/aws-sdk-ssm/types.rb', line 6169 class DescribePatchBaselinesRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of patch baselines to return (per page).
6169 6170 6171 6172 6173 6174 6175 |
# File 'lib/aws-sdk-ssm/types.rb', line 6169 class DescribePatchBaselinesRequest < Struct.new( :filters, :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.)
6169 6170 6171 6172 6173 6174 6175 |
# File 'lib/aws-sdk-ssm/types.rb', line 6169 class DescribePatchBaselinesRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |