You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::OpsItemFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OpsItemFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "Status", # required, accepts Status, CreatedBy, Source, Priority, Title, OpsItemId, CreatedTime, LastModifiedTime, OperationalData, OperationalDataKey, OperationalDataValue, ResourceId, AutomationId, Category, Severity
  values: ["OpsItemFilterValue"], # required
  operator: "Equal", # required, accepts Equal, Contains, GreaterThan, LessThan
}

Describes an OpsItem filter.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Possible values:

  • Status
  • CreatedBy
  • Source
  • Priority
  • Title
  • OpsItemId
  • CreatedTime
  • LastModifiedTime
  • OperationalData
  • OperationalDataKey
  • OperationalDataValue
  • ResourceId
  • AutomationId
  • Category
  • Severity

Returns:

  • (String)

    The name of the filter.

#operatorString

The operator used by the filter call.

Possible values:

  • Equal
  • Contains
  • GreaterThan
  • LessThan

Returns:

  • (String)

    The operator used by the filter call.

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)

    The filter value.