Class: Aws::SSM::Types::PatchOrchestratorFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchOrchestratorFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Note:
When making an API call, you may pass PatchOrchestratorFilter data as a hash:
{
key: "PatchOrchestratorFilterKey",
values: ["PatchOrchestratorFilterValue"],
}
Defines a filter used in Patch Manager APIs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key for the filter.
-
#values ⇒ Array<String>
The value for the filter.
Instance Attribute Details
#key ⇒ String
The key for the filter.
14771 14772 14773 14774 14775 14776 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14771 class PatchOrchestratorFilter < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The value for the filter.
14771 14772 14773 14774 14775 14776 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14771 class PatchOrchestratorFilter < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |