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
- Struct
- Aws::SSM::Types::OpsItemSummary
- Defined in:
- (unknown)
Overview
A count of OpsItems.
Instance Attribute Summary collapse
-
#category ⇒ String
A list of OpsItems by category.
-
#created_by ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
-
#created_time ⇒ Time
The date and time the OpsItem was created.
-
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
-
#last_modified_time ⇒ Time
The date and time the OpsItem was last updated.
-
#operational_data ⇒ Hash<String,Types::OpsItemDataValue>
Operational data is custom data that provides useful reference details about the OpsItem.
-
#ops_item_id ⇒ String
The ID of the OpsItem.
-
#priority ⇒ Integer
The importance of this OpsItem in relation to other OpsItems in the system.
-
#severity ⇒ String
A list of OpsItems by severity.
-
#source ⇒ String
The impacted AWS resource.
-
#status ⇒ String
The OpsItem status.
-
#title ⇒ String
A short heading that describes the nature of the OpsItem and the impacted resource.
Instance Attribute Details
#category ⇒ String
A list of OpsItems by category.
#created_by ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
#created_time ⇒ Time
The date and time the OpsItem was created.
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
#last_modified_time ⇒ Time
The date and time the OpsItem was last updated.
#operational_data ⇒ Hash<String,Types::OpsItemDataValue>
Operational data is custom data that provides useful reference details about the OpsItem.
#ops_item_id ⇒ String
The ID of the OpsItem.
#priority ⇒ Integer
The importance of this OpsItem in relation to other OpsItems in the system.
#severity ⇒ String
A list of OpsItems by severity.
#source ⇒ String
The impacted AWS resource.
#status ⇒ String
The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
Possible values:
- Open
- InProgress
- Resolved
#title ⇒ String
A short heading that describes the nature of the OpsItem and the impacted resource.