Class: Aws::Types::Goal

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_arn::String

Returns the value of attribute agent_space_arn.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def agent_space_arn
  @agent_space_arn
end

#contentTypes::GoalContent

Returns the value of attribute content.

Returns:



746
747
748
# File 'sig/types.rbs', line 746

def content
  @content
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


749
750
751
# File 'sig/types.rbs', line 749

def created_at
  @created_at
end

#evaluation_scheduleTypes::GoalSchedule

Returns the value of attribute evaluation_schedule.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("CUSTOMER_DEFINED", "ONCALL_REPORT")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "PAUSED", "COMPLETE")


747
748
749
# File 'sig/types.rbs', line 747

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


750
751
752
# File 'sig/types.rbs', line 750

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


754
755
756
# File 'sig/types.rbs', line 754

def version
  @version
end