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
.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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
.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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
.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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
.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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.
13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13851 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 |