Class: Aws::Types::ListRecommendationsRequest

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)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def agent_space_id
  @agent_space_id
end

#goal_id::String

Returns the value of attribute goal_id.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def goal_id
  @goal_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def next_token
  @next_token
end

#priority"HIGH", ...

Returns the value of attribute priority.

Returns:

  • ("HIGH", "MEDIUM", "LOW")


1022
1023
1024
# File 'sig/types.rbs', line 1022

def priority
  @priority
end

#status"PROPOSED", ...

Returns the value of attribute status.

Returns:

  • ("PROPOSED", "ACCEPTED", "REJECTED", "CLOSED", "COMPLETED", "UPDATE_IN_PROGRESS")


1021
1022
1023
# File 'sig/types.rbs', line 1021

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def task_id
  @task_id
end