Class: Aws::SSM::Types::OpsItemEventSummary

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

Overview

Summary information about an OpsItem event or that associated an OpsItem with a related item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::OpsItemIdentity

Information about the user or resource that created the OpsItem event.



13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13176

class OpsItemEventSummary < Struct.new(
  :ops_item_id,
  :event_id,
  :source,
  :detail_type,
  :detail,
  :created_by,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The date and time the OpsItem event was created.

Returns:

  • (Time)


13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13176

class OpsItemEventSummary < Struct.new(
  :ops_item_id,
  :event_id,
  :source,
  :detail_type,
  :detail,
  :created_by,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#detailString

Specific information about the OpsItem event.

Returns:

  • (String)


13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13176

class OpsItemEventSummary < Struct.new(
  :ops_item_id,
  :event_id,
  :source,
  :detail_type,
  :detail,
  :created_by,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#detail_typeString

The type of information provided as a detail.

Returns:

  • (String)


13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13176

class OpsItemEventSummary < Struct.new(
  :ops_item_id,
  :event_id,
  :source,
  :detail_type,
  :detail,
  :created_by,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The ID of the OpsItem event.

Returns:

  • (String)


13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13176

class OpsItemEventSummary < Struct.new(
  :ops_item_id,
  :event_id,
  :source,
  :detail_type,
  :detail,
  :created_by,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#ops_item_idString

The ID of the OpsItem.

Returns:

  • (String)


13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13176

class OpsItemEventSummary < Struct.new(
  :ops_item_id,
  :event_id,
  :source,
  :detail_type,
  :detail,
  :created_by,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the OpsItem event.

Returns:

  • (String)


13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13176

class OpsItemEventSummary < Struct.new(
  :ops_item_id,
  :event_id,
  :source,
  :detail_type,
  :detail,
  :created_by,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end