Class: Aws::SSM::Types::DescribeInstancePatchStatesForPatchGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstancePatchStatesForPatchGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::InstancePatchStateFilter>
Each entry in the array is a structure containing:.
-
#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.
-
#patch_group ⇒ String
The name of the patch group for which the patch state information should be retrieved.
Instance Attribute Details
#filters ⇒ Array<Types::InstancePatchStateFilter>
Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string “Equal”, “NotEqual”, “LessThan”, “GreaterThan”)
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-ssm/types.rb', line 5289 class DescribeInstancePatchStatesForPatchGroupRequest < Struct.new( :patch_group, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of patches to return (per page).
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-ssm/types.rb', line 5289 class DescribeInstancePatchStatesForPatchGroupRequest < Struct.new( :patch_group, :filters, :next_token, :max_results) 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.)
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-ssm/types.rb', line 5289 class DescribeInstancePatchStatesForPatchGroupRequest < Struct.new( :patch_group, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#patch_group ⇒ String
The name of the patch group for which the patch state information should be retrieved.
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-ssm/types.rb', line 5289 class DescribeInstancePatchStatesForPatchGroupRequest < Struct.new( :patch_group, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |