Class: Aws::SSM::Types::OpsItemFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Describes an OpsItem filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the filter.
-
#operator ⇒ String
The operator used by the filter call.
-
#values ⇒ Array<String>
The filter value.
Instance Attribute Details
#key ⇒ String
The name of the filter.
14392 14393 14394 14395 14396 14397 14398 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14392 class OpsItemFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator used by the filter call.
14392 14393 14394 14395 14396 14397 14398 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14392 class OpsItemFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter value.
14392 14393 14394 14395 14396 14397 14398 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14392 class OpsItemFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |