Class: Aws::SSM::Types::OpsItemEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemEventSummary
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#created_by ⇒ Types::OpsItemIdentity
Information about the user or resource that created the OpsItem event.
-
#created_time ⇒ Time
The date and time the OpsItem event was created.
-
#detail ⇒ String
Specific information about the OpsItem event.
-
#detail_type ⇒ String
The type of information provided as a detail.
-
#event_id ⇒ String
The ID of the OpsItem event.
-
#ops_item_id ⇒ String
The ID of the OpsItem.
-
#source ⇒ String
The source of the OpsItem event.
Instance Attribute Details
#created_by ⇒ Types::OpsItemIdentity
Information about the user or resource that created the OpsItem event.
13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 |
# File 'lib/aws-sdk-ssm/types.rb', line 13510 class OpsItemEventSummary < Struct.new( :ops_item_id, :event_id, :source, :detail_type, :detail, :created_by, :created_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time the OpsItem event was created.
13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 |
# File 'lib/aws-sdk-ssm/types.rb', line 13510 class OpsItemEventSummary < Struct.new( :ops_item_id, :event_id, :source, :detail_type, :detail, :created_by, :created_time) SENSITIVE = [] include Aws::Structure end |
#detail ⇒ String
Specific information about the OpsItem event.
13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 |
# File 'lib/aws-sdk-ssm/types.rb', line 13510 class OpsItemEventSummary < Struct.new( :ops_item_id, :event_id, :source, :detail_type, :detail, :created_by, :created_time) SENSITIVE = [] include Aws::Structure end |
#detail_type ⇒ String
The type of information provided as a detail.
13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 |
# File 'lib/aws-sdk-ssm/types.rb', line 13510 class OpsItemEventSummary < Struct.new( :ops_item_id, :event_id, :source, :detail_type, :detail, :created_by, :created_time) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of the OpsItem event.
13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 |
# File 'lib/aws-sdk-ssm/types.rb', line 13510 class OpsItemEventSummary < Struct.new( :ops_item_id, :event_id, :source, :detail_type, :detail, :created_by, :created_time) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The ID of the OpsItem.
13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 |
# File 'lib/aws-sdk-ssm/types.rb', line 13510 class OpsItemEventSummary < Struct.new( :ops_item_id, :event_id, :source, :detail_type, :detail, :created_by, :created_time) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source of the OpsItem event.
13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 |
# File 'lib/aws-sdk-ssm/types.rb', line 13510 class OpsItemEventSummary < Struct.new( :ops_item_id, :event_id, :source, :detail_type, :detail, :created_by, :created_time) SENSITIVE = [] include Aws::Structure end |