class
Amazonite::Ssm::OpsItemSummary
- Amazonite::Ssm::OpsItemSummary
- Reference
- Object
Overview
A count of OpsItems.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_item_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(created_by : String | Nil = nil, created_time : Time | Nil = nil, last_modified_by : String | Nil = nil, last_modified_time : Time | Nil = nil, priority : Int32 | Nil = nil, source : String | Nil = nil, status : OpsItemStatus | Nil = nil, ops_item_id : String | Nil = nil, title : String | Nil = nil, operational_data : Hash(String, OpsItemDataValue) | Nil = nil, category : String | Nil = nil, severity : String | Nil = nil, ops_item_type : String | Nil = nil, actual_start_time : Time | Nil = nil, actual_end_time : Time | Nil = nil, planned_start_time : Time | Nil = nil, planned_end_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#actual_end_time : Time | Nil
The time a runbook workflow ended.
-
#actual_end_time=(actual_end_time : Time | Nil)
The time a runbook workflow ended.
-
#actual_start_time : Time | Nil
The time a runbook workflow started.
-
#actual_start_time=(actual_start_time : Time | Nil)
The time a runbook workflow started.
-
#category : String | Nil
A list of OpsItems by category.
-
#category=(category : String | Nil)
A list of OpsItems by category.
-
#created_by : String | Nil
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
-
#created_by=(created_by : String | Nil)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
-
#created_time : Time | Nil
The date and time the OpsItem was created.
-
#created_time=(created_time : Time | Nil)
The date and time the OpsItem was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified_by : String | Nil
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
-
#last_modified_by=(last_modified_by : String | Nil)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
-
#last_modified_time : Time | Nil
The date and time the OpsItem was last updated.
-
#last_modified_time=(last_modified_time : Time | Nil)
The date and time the OpsItem was last updated.
-
#operational_data : Hash(String, OpsItemDataValue) | Nil
Operational data is custom data that provides useful reference details about the OpsItem.
-
#operational_data=(operational_data : Hash(String, OpsItemDataValue) | Nil)
Operational data is custom data that provides useful reference details about the OpsItem.
-
#ops_item_id : String | Nil
The ID of the OpsItem.
-
#ops_item_id=(ops_item_id : String | Nil)
The ID of the OpsItem.
-
#ops_item_type : String | Nil
The type of OpsItem.
-
#ops_item_type=(ops_item_type : String | Nil)
The type of OpsItem.
-
#planned_end_time : Time | Nil
The time specified in a change request for a runbook workflow to end.
-
#planned_end_time=(planned_end_time : Time | Nil)
The time specified in a change request for a runbook workflow to end.
-
#planned_start_time : Time | Nil
The time specified in a change request for a runbook workflow to start.
-
#planned_start_time=(planned_start_time : Time | Nil)
The time specified in a change request for a runbook workflow to start.
-
#priority : Int32 | Nil
The importance of this OpsItem in relation to other OpsItems in the system.
-
#priority=(priority : Int32 | Nil)
The importance of this OpsItem in relation to other OpsItems in the system.
-
#severity : String | Nil
A list of OpsItems by severity.
-
#severity=(severity : String | Nil)
A list of OpsItems by severity.
-
#source : String | Nil
The impacted Amazon Web Services resource.
-
#source=(source : String | Nil)
The impacted Amazon Web Services resource.
-
#status : OpsItemStatus | Nil
The OpsItem status.
-
#status=(status : OpsItemStatus | Nil)
The OpsItem status.
-
#title : String | Nil
A short heading that describes the nature of the OpsItem and the impacted resource.
-
#title=(title : String | Nil)
A short heading that describes the nature of the OpsItem and the impacted resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time a runbook workflow ended. Currently reported only for the OpsItem type
/aws/changerequest.
The time a runbook workflow ended. Currently reported only for the OpsItem type
/aws/changerequest.
The time a runbook workflow started. Currently reported only for the OpsItem type
/aws/changerequest.
The time a runbook workflow started. Currently reported only for the OpsItem type
/aws/changerequest.
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
The date and time the OpsItem was last updated.
Operational data is custom data that provides useful reference details about the OpsItem.
Operational data is custom data that provides useful reference details about the OpsItem.
The type of OpsItem. Systems Manager supports the following types of OpsItems:
/aws/issue
This type of OpsItem is used for default OpsItems created by OpsCenter.
/aws/changerequest
This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.
/aws/insight
This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
The type of OpsItem. Systems Manager supports the following types of OpsItems:
/aws/issue
This type of OpsItem is used for default OpsItems created by OpsCenter.
/aws/changerequest
This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.
/aws/insight
This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
The time specified in a change request for a runbook workflow to end. Currently supported only
for the OpsItem type /aws/changerequest.
The time specified in a change request for a runbook workflow to end. Currently supported only
for the OpsItem type /aws/changerequest.
The time specified in a change request for a runbook workflow to start. Currently supported only
for the OpsItem type /aws/changerequest.
The time specified in a change request for a runbook workflow to start. Currently supported only
for the OpsItem type /aws/changerequest.
The importance of this OpsItem in relation to other OpsItems in the system.
The importance of this OpsItem in relation to other OpsItems in the system.
A short heading that describes the nature of the OpsItem and the impacted resource.
A short heading that describes the nature of the OpsItem and the impacted resource.