Class: Aws::Types::OpsItem
- Inherits:
-
Object
- Object
- Aws::Types::OpsItem
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#notifications ⇒ ::Array[Types::OpsItemNotification]
Returns the value of attribute notifications.
-
#operational_data ⇒ ::Hash[::String, Types::OpsItemDataValue]
Returns the value of attribute operational_data.
-
#ops_item_arn ⇒ ::String
Returns the value of attribute ops_item_arn.
-
#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.
-
#related_ops_items ⇒ ::Array[Types::RelatedOpsItem]
Returns the value of attribute related_ops_items.
-
#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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#actual_end_time ⇒ ::Time
Returns the value of attribute actual_end_time.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def actual_end_time @actual_end_time end |
#actual_start_time ⇒ ::Time
Returns the value of attribute actual_start_time.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def actual_start_time @actual_start_time end |
#category ⇒ ::String
Returns the value of attribute category.
3268 3269 3270 |
# File 'sig/types.rbs', line 3268 def category @category end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3253 3254 3255 |
# File 'sig/types.rbs', line 3253 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
3256 3257 3258 |
# File 'sig/types.rbs', line 3256 def description @description end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
3257 3258 3259 |
# File 'sig/types.rbs', line 3257 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3258 3259 3260 |
# File 'sig/types.rbs', line 3258 def last_modified_time @last_modified_time end |
#notifications ⇒ ::Array[Types::OpsItemNotification]
Returns the value of attribute notifications.
3259 3260 3261 |
# File 'sig/types.rbs', line 3259 def notifications @notifications end |
#operational_data ⇒ ::Hash[::String, Types::OpsItemDataValue]
Returns the value of attribute operational_data.
3267 3268 3269 |
# File 'sig/types.rbs', line 3267 def operational_data @operational_data end |
#ops_item_arn ⇒ ::String
Returns the value of attribute ops_item_arn.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def ops_item_arn @ops_item_arn end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def ops_item_id @ops_item_id end |
#ops_item_type ⇒ ::String
Returns the value of attribute ops_item_type.
3254 3255 3256 |
# File 'sig/types.rbs', line 3254 def ops_item_type @ops_item_type end |
#planned_end_time ⇒ ::Time
Returns the value of attribute planned_end_time.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def planned_end_time @planned_end_time end |
#planned_start_time ⇒ ::Time
Returns the value of attribute planned_start_time.
3272 3273 3274 |
# File 'sig/types.rbs', line 3272 def planned_start_time @planned_start_time end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
3260 3261 3262 |
# File 'sig/types.rbs', line 3260 def priority @priority end |
#related_ops_items ⇒ ::Array[Types::RelatedOpsItem]
Returns the value of attribute related_ops_items.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def end |
#severity ⇒ ::String
Returns the value of attribute severity.
3269 3270 3271 |
# File 'sig/types.rbs', line 3269 def severity @severity end |
#source ⇒ ::String
Returns the value of attribute source.
3266 3267 3268 |
# File 'sig/types.rbs', line 3266 def source @source end |
#status ⇒ "Open", ...
Returns the value of attribute status.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def title @title end |
#version ⇒ ::String
Returns the value of attribute version.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def version @version end |