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)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def client_token
  @client_token
end

#evaluation_scheduleTypes::GoalScheduleInput

Returns the value of attribute evaluation_schedule.



2085
2086
2087
# File 'sig/types.rbs', line 2085

def evaluation_schedule
  @evaluation_schedule
end

#goal_id::String

Returns the value of attribute goal_id.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def goal_id
  @goal_id
end