Class: Aws::Types::UpdateRecommendationLifecycleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:update_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_stage"pending_response", ...

Returns the value of attribute lifecycle_stage.

Returns:

  • ("pending_response", "in_progress", "dismissed", "resolved")


378
379
380
# File 'sig/types.rbs', line 378

def lifecycle_stage
  @lifecycle_stage
end

#recommendation_identifier::String

Returns the value of attribute recommendation_identifier.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def recommendation_identifier
  @recommendation_identifier
end

#update_reason::String

Returns the value of attribute update_reason.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def update_reason
  @update_reason
end

#update_reason_code"non_critical_account", ...

Returns the value of attribute update_reason_code.

Returns:

  • ("non_critical_account", "temporary_account", "valid_business_case", "other_methods_available", "low_priority", "not_applicable", "other")


380
381
382
# File 'sig/types.rbs', line 380

def update_reason_code
  @update_reason_code
end