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 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
#actual_end_time ⇒ Time
The time a runbook workflow ended. Currently reported only for the
OpsItem type /aws/changerequest
.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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
.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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. Currently, the only valid values are
/aws/changerequest
and /aws/issue
.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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
.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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
.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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 AWS resource.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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. Status can be Open
, In Progress
, or
Resolved
.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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.
13744 13745 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13744 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 |