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

Class: Aws::SSM::Types::OpsItemSummary

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

Overview

A count of OpsItems.

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

A list of OpsItems by category.

Returns:

  • (String)

    A list of OpsItems by category.

#created_byString

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

#created_timeTime

The date and time the OpsItem was created.

Returns:

  • (Time)

    The date and time the OpsItem was created.

#last_modified_byString

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

#last_modified_timeTime

The date and time the OpsItem was last updated.

Returns:

  • (Time)

    The date and time the OpsItem was last updated.

#operational_dataHash<String,Types::OpsItemDataValue>

Operational data is custom data that provides useful reference details about the OpsItem.

Returns:

  • (Hash<String,Types::OpsItemDataValue>)

    Operational data is custom data that provides useful reference details about the OpsItem.

#ops_item_idString

The ID of the OpsItem.

Returns:

  • (String)

    The ID of the OpsItem.

#priorityInteger

The importance of this OpsItem in relation to other OpsItems in the system.

Returns:

  • (Integer)

    The importance of this OpsItem in relation to other OpsItems in the system.

#severityString

A list of OpsItems by severity.

Returns:

  • (String)

    A list of OpsItems by severity.

#sourceString

The impacted AWS resource.

Returns:

  • (String)

    The impacted AWS resource.

#statusString

The OpsItem status. Status can be Open, In Progress, or Resolved.

Possible values:

  • Open
  • InProgress
  • Resolved

Returns:

  • (String)

    The OpsItem status.

#titleString

A short heading that describes the nature of the OpsItem and the impacted resource.

Returns:

  • (String)

    A short heading that describes the nature of the OpsItem and the impacted resource.