Class: Aws::Types::UpdateAgentRecommendationStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:update_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_arn ⇒ ::String

Returns the value of attribute recommendation_arn.

Returns:

  • (::String)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def recommendation_arn
  @recommendation_arn
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "SUPPRESSED", "COMPLETED")


1922
1923
1924
# File 'sig/types.rbs', line 1922

def status
  @status
end

#update_reason ⇒ ::String

Returns the value of attribute update_reason.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def update_reason
  @update_reason
end