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

Class: Aws::SSOAdmin::Types::OperationStatusFilter

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

Overview

Note:

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

{
  status: "IN_PROGRESS", # accepts IN_PROGRESS, FAILED, SUCCEEDED
}

Filters he operation status list based on the passed attribute value.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Filters the list operations result based on the status attribute.

Possible values:

  • IN_PROGRESS
  • FAILED
  • SUCCEEDED

Returns:

  • (String)

    Filters the list operations result based on the status attribute.