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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

A count of OpsItems.

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

A list of OpsItems by category.

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#created_byString

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

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#created_timeTime

The date and time the OpsItem was created.

Returns:

  • (Time)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#last_modified_byString

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

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#last_modified_timeTime

The date and time the OpsItem was last updated.

Returns:

  • (Time)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#operational_dataHash<String,Types::OpsItemDataValue>

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

Returns:



11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#ops_item_idString

The ID of the OpsItem.

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#priorityInteger

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

Returns:

  • (Integer)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#severityString

A list of OpsItems by severity.

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#sourceString

The impacted AWS resource.

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end

#titleString

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

Returns:

  • (String)


11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
# File 'lib/aws-sdk-ssm/types.rb', line 11963

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)
  include Aws::Structure
end