Class: Aws::SSM::Types::OpsItemSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actual_end_timeTime

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

Returns:

  • (Time)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_timeTime

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

Returns:

  • (Time)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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

#categoryString

A list of OpsItems by category.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_byString

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_timeTime

The date and time the OpsItem was created.

Returns:

  • (Time)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_byString

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_timeTime

The date and time the OpsItem was last updated.

Returns:

  • (Time)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_dataHash<String,Types::OpsItemDataValue>

Operational data is custom data that provides useful reference details about the OpsItem.

Returns:



13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_idString

The ID of the OpsItem.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_typeString

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.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_timeTime

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

Returns:

  • (Time)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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_timeTime

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

Returns:

  • (Time)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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

#priorityInteger

The importance of this OpsItem in relation to other OpsItems in the system.

Returns:

  • (Integer)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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

#severityString

A list of OpsItems by severity.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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

#sourceString

The impacted Amazon Web Services resource.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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

#statusString

The OpsItem status. Status can be Open, In Progress, or Resolved.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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

#titleString

A short heading that describes the nature of the OpsItem and the impacted resource.

Returns:

  • (String)


13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13516

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