Class: Aws::Types::OpsItemSummary
- Inherits:
-
Object
- Object
- Aws::Types::OpsItemSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_end_time ⇒ ::Time
Returns the value of attribute actual_end_time.
-
#actual_start_time ⇒ ::Time
Returns the value of attribute actual_start_time.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#operational_data ⇒ ::Hash[::String, Types::OpsItemDataValue]
Returns the value of attribute operational_data.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
-
#ops_item_type ⇒ ::String
Returns the value of attribute ops_item_type.
-
#planned_end_time ⇒ ::Time
Returns the value of attribute planned_end_time.
-
#planned_start_time ⇒ ::Time
Returns the value of attribute planned_start_time.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status ⇒ "Open", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#actual_end_time ⇒ ::Time
Returns the value of attribute actual_end_time.
3401 3402 3403 |
# File 'sig/types.rbs', line 3401 def actual_end_time @actual_end_time end |
#actual_start_time ⇒ ::Time
Returns the value of attribute actual_start_time.
3400 3401 3402 |
# File 'sig/types.rbs', line 3400 def actual_start_time @actual_start_time end |
#category ⇒ ::String
Returns the value of attribute category.
3397 3398 3399 |
# File 'sig/types.rbs', line 3397 def category @category end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3387 3388 3389 |
# File 'sig/types.rbs', line 3387 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3388 3389 3390 |
# File 'sig/types.rbs', line 3388 def created_time @created_time end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
3389 3390 3391 |
# File 'sig/types.rbs', line 3389 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def last_modified_time @last_modified_time end |
#operational_data ⇒ ::Hash[::String, Types::OpsItemDataValue]
Returns the value of attribute operational_data.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def operational_data @operational_data end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def ops_item_id @ops_item_id end |
#ops_item_type ⇒ ::String
Returns the value of attribute ops_item_type.
3399 3400 3401 |
# File 'sig/types.rbs', line 3399 def ops_item_type @ops_item_type end |
#planned_end_time ⇒ ::Time
Returns the value of attribute planned_end_time.
3403 3404 3405 |
# File 'sig/types.rbs', line 3403 def planned_end_time @planned_end_time end |
#planned_start_time ⇒ ::Time
Returns the value of attribute planned_start_time.
3402 3403 3404 |
# File 'sig/types.rbs', line 3402 def planned_start_time @planned_start_time end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def priority @priority end |
#severity ⇒ ::String
Returns the value of attribute severity.
3398 3399 3400 |
# File 'sig/types.rbs', line 3398 def severity @severity end |
#source ⇒ ::String
Returns the value of attribute source.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def source @source end |
#status ⇒ "Open", ...
Returns the value of attribute status.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def title @title end |