Class: Aws::SSM::Types::DescribePatchPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchPropertiesRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#operating_system ⇒ String
The operating system type for which to list patches.
-
#patch_set ⇒ String
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
-
#property ⇒ String
The patch property for which you want to view patch details.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
6638 6639 6640 6641 6642 6643 6644 6645 6646 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6638 class DescribePatchPropertiesRequest < Struct.new( :operating_system, :property, :patch_set, :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.)
6638 6639 6640 6641 6642 6643 6644 6645 6646 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6638 class DescribePatchPropertiesRequest < Struct.new( :operating_system, :property, :patch_set, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
The operating system type for which to list patches.
6638 6639 6640 6641 6642 6643 6644 6645 6646 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6638 class DescribePatchPropertiesRequest < Struct.new( :operating_system, :property, :patch_set, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#patch_set ⇒ String
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
6638 6639 6640 6641 6642 6643 6644 6645 6646 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6638 class DescribePatchPropertiesRequest < Struct.new( :operating_system, :property, :patch_set, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#property ⇒ String
The patch property for which you want to view patch details.
6638 6639 6640 6641 6642 6643 6644 6645 6646 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6638 class DescribePatchPropertiesRequest < Struct.new( :operating_system, :property, :patch_set, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |