Class: Aws::RDS::Types::RecommendedActionUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

The recommended status to update for the specified recommendation action ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

A unique identifier of the updated recommendation action.

Returns:

  • (String)


21546
21547
21548
21549
21550
21551
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21546

class RecommendedActionUpdate < Struct.new(
  :action_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the updated recommendation action.

  • applied

  • scheduled

Returns:

  • (String)


21546
21547
21548
21549
21550
21551
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21546

class RecommendedActionUpdate < Struct.new(
  :action_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end