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.
14051 14052 14053 14054 14055 14056 14057 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14051 class OpsItemFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator used by the filter call.
14051 14052 14053 14054 14055 14056 14057 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14051 class OpsItemFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter value.
14051 14052 14053 14054 14055 14056 14057 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14051 class OpsItemFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |