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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


21736
21737
21738
21739
21740
21741
# File 'lib/aws-sdk-rds/types.rb', line 21736

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

#statusString

The status of the updated recommendation action.

  • ‘applied`

  • ‘scheduled`

Returns:

  • (String)


21736
21737
21738
21739
21740
21741
# File 'lib/aws-sdk-rds/types.rb', line 21736

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