Class: Aws::SSM::Types::OpsItemSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemSummary
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
A count of OpsItems.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actual_end_time ⇒ Time
The time a runbook workflow ended.
-
#actual_start_time ⇒ Time
The time a runbook workflow started.
-
#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.
-
#ops_item_type ⇒ String
The type of OpsItem.
-
#planned_end_time ⇒ Time
The time specified in a change request for a runbook workflow to end.
-
#planned_start_time ⇒ Time
The time specified in a change request for a runbook workflow to start.
-
#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 Amazon Web Services 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
#actual_end_time ⇒ Time
The time a runbook workflow ended. Currently reported only for the
OpsItem type /aws/changerequest
.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#actual_start_time ⇒ Time
The time a runbook workflow started. Currently reported only for the
OpsItem type /aws/changerequest
.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#category ⇒ String
A list of OpsItems by category.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time the OpsItem was created.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time the OpsItem was last updated.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#operational_data ⇒ Hash<String,Types::OpsItemDataValue>
Operational data is custom data that provides useful reference details about the OpsItem.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The ID of the OpsItem.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#ops_item_type ⇒ String
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.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#planned_end_time ⇒ Time
The time specified in a change request for a runbook workflow to
end. Currently supported only for the OpsItem type
/aws/changerequest
.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#planned_start_time ⇒ Time
The time specified in a change request for a runbook workflow to
start. Currently supported only for the OpsItem type
/aws/changerequest
.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The importance of this OpsItem in relation to other OpsItems in the system.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
A list of OpsItems by severity.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The impacted Amazon Web Services resource.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The OpsItem status.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A short heading that describes the nature of the OpsItem and the impacted resource.
14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14362 class OpsItemSummary < Struct.new( :created_by, :created_time, :last_modified_by, :last_modified_time, :priority, :source, :status, :ops_item_id, :title, :operational_data, :category, :severity, :ops_item_type, :actual_start_time, :actual_end_time, :planned_start_time, :planned_end_time) SENSITIVE = [] include Aws::Structure end |