Class: Aws::Types::Goal
- Inherits:
-
Object
- Object
- Aws::Types::Goal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_arn ⇒ ::String
Returns the value of attribute agent_space_arn.
-
#content ⇒ Types::GoalContent
Returns the value of attribute content.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#evaluation_schedule ⇒ Types::GoalSchedule
Returns the value of attribute evaluation_schedule.
-
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
-
#goal_type ⇒ "CUSTOMER_DEFINED", "ONCALL_REPORT"
Returns the value of attribute goal_type.
-
#last_evaluated_at ⇒ ::Time
Returns the value of attribute last_evaluated_at.
-
#last_successful_task_id ⇒ ::String
Returns the value of attribute last_successful_task_id.
-
#last_task_id ⇒ ::String
Returns the value of attribute last_task_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#agent_space_arn ⇒ ::String
Returns the value of attribute agent_space_arn.
743 744 745 |
# File 'sig/types.rbs', line 743 def agent_space_arn @agent_space_arn end |
#content ⇒ Types::GoalContent
Returns the value of attribute content.
746 747 748 |
# File 'sig/types.rbs', line 746 def content @content end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
749 750 751 |
# File 'sig/types.rbs', line 749 def created_at @created_at end |
#evaluation_schedule ⇒ Types::GoalSchedule
Returns the value of attribute evaluation_schedule.
755 756 757 |
# File 'sig/types.rbs', line 755 def evaluation_schedule @evaluation_schedule end |
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
744 745 746 |
# File 'sig/types.rbs', line 744 def goal_id @goal_id end |
#goal_type ⇒ "CUSTOMER_DEFINED", "ONCALL_REPORT"
Returns the value of attribute goal_type.
748 749 750 |
# File 'sig/types.rbs', line 748 def goal_type @goal_type end |
#last_evaluated_at ⇒ ::Time
Returns the value of attribute last_evaluated_at.
751 752 753 |
# File 'sig/types.rbs', line 751 def last_evaluated_at @last_evaluated_at end |
#last_successful_task_id ⇒ ::String
Returns the value of attribute last_successful_task_id.
753 754 755 |
# File 'sig/types.rbs', line 753 def last_successful_task_id @last_successful_task_id end |
#last_task_id ⇒ ::String
Returns the value of attribute last_task_id.
752 753 754 |
# File 'sig/types.rbs', line 752 def last_task_id @last_task_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
747 748 749 |
# File 'sig/types.rbs', line 747 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
745 746 747 |
# File 'sig/types.rbs', line 745 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
750 751 752 |
# File 'sig/types.rbs', line 750 def updated_at @updated_at end |
#version ⇒ ::Integer
Returns the value of attribute version.
754 755 756 |
# File 'sig/types.rbs', line 754 def version @version end |