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)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def additional_context
  @additional_context
end

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def client_token
  @client_token
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def recommendation_id
  @recommendation_id
end

#status"PROPOSED", ...

Returns the value of attribute status.

Returns:

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


2130
2131
2132
# File 'sig/types.rbs', line 2130

def status
  @status
end