Class: Aws::Types::OpsItemEventSummary
- Inherits:
-
Object
- Object
- Aws::Types::OpsItemEventSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::OpsItemIdentity
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#detail ⇒ ::String
Returns the value of attribute detail.
-
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#created_by ⇒ Types::OpsItemIdentity
Returns the value of attribute created_by.
3313 3314 3315 |
# File 'sig/types.rbs', line 3313 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3314 3315 3316 |
# File 'sig/types.rbs', line 3314 def created_time @created_time end |
#detail ⇒ ::String
Returns the value of attribute detail.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def detail @detail end |
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def detail_type @detail_type end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def event_id @event_id end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
3308 3309 3310 |
# File 'sig/types.rbs', line 3308 def ops_item_id @ops_item_id end |
#source ⇒ ::String
Returns the value of attribute source.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def source @source end |