Class: Aws::Types::CreateOpsItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpsItemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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_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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
771 772 773 |
# File 'sig/types.rbs', line 771 def account_id @account_id end |
#actual_end_time ⇒ ::Time
Returns the value of attribute actual_end_time.
768 769 770 |
# File 'sig/types.rbs', line 768 def actual_end_time @actual_end_time end |
#actual_start_time ⇒ ::Time
Returns the value of attribute actual_start_time.
767 768 769 |
# File 'sig/types.rbs', line 767 def actual_start_time @actual_start_time end |
#category ⇒ ::String
Returns the value of attribute category.
765 766 767 |
# File 'sig/types.rbs', line 765 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
756 757 758 |
# File 'sig/types.rbs', line 756 def description @description end |
#notifications ⇒ ::Array[Types::OpsItemNotification]
Returns the value of attribute notifications.
759 760 761 |
# File 'sig/types.rbs', line 759 def notifications @notifications end |
#operational_data ⇒ ::Hash[::String, Types::OpsItemDataValue]
Returns the value of attribute operational_data.
758 759 760 |
# File 'sig/types.rbs', line 758 def operational_data @operational_data end |
#ops_item_type ⇒ ::String
Returns the value of attribute ops_item_type.
757 758 759 |
# File 'sig/types.rbs', line 757 def ops_item_type @ops_item_type end |
#planned_end_time ⇒ ::Time
Returns the value of attribute planned_end_time.
770 771 772 |
# File 'sig/types.rbs', line 770 def planned_end_time @planned_end_time end |
#planned_start_time ⇒ ::Time
Returns the value of attribute planned_start_time.
769 770 771 |
# File 'sig/types.rbs', line 769 def planned_start_time @planned_start_time end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
760 761 762 |
# File 'sig/types.rbs', line 760 def priority @priority end |
#related_ops_items ⇒ ::Array[Types::RelatedOpsItem]
Returns the value of attribute related_ops_items.
761 762 763 |
# File 'sig/types.rbs', line 761 def end |
#severity ⇒ ::String
Returns the value of attribute severity.
766 767 768 |
# File 'sig/types.rbs', line 766 def severity @severity end |
#source ⇒ ::String
Returns the value of attribute source.
762 763 764 |
# File 'sig/types.rbs', line 762 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
764 765 766 |
# File 'sig/types.rbs', line 764 def end |
#title ⇒ ::String
Returns the value of attribute title.
763 764 765 |
# File 'sig/types.rbs', line 763 def title @title end |