Class: Aws::Types::UpdateRecommendationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_context::String

Returns the value of attribute additional_context.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def additional_context
  @additional_context
end

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def client_token
  @client_token
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def recommendation_id
  @recommendation_id
end

#status"PROPOSED", ...

Returns the value of attribute status.

Returns:

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


2123
2124
2125
# File 'sig/types.rbs', line 2123

def status
  @status
end