Class: Aws::Types::UpdateGoalRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2076
2077
2078
# File 'sig/types.rbs', line 2076

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def client_token
  @client_token
end

#evaluation_scheduleTypes::GoalScheduleInput

Returns the value of attribute evaluation_schedule.



2078
2079
2080
# File 'sig/types.rbs', line 2078

def evaluation_schedule
  @evaluation_schedule
end

#goal_id::String

Returns the value of attribute goal_id.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def goal_id
  @goal_id
end