Class: Aws::RDS::Types::RecommendedActionUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RecommendedActionUpdate
- 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
-
#action_id ⇒ String
A unique identifier of the updated recommendation action.
-
#status ⇒ String
The status of the updated recommendation action.
Instance Attribute Details
#action_id ⇒ String
A unique identifier of the updated recommendation action.
22034 22035 22036 22037 22038 22039 |
# File 'lib/aws-sdk-rds/types.rb', line 22034 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the updated recommendation action.
-
‘applied`
-
‘scheduled`
22034 22035 22036 22037 22038 22039 |
# File 'lib/aws-sdk-rds/types.rb', line 22034 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end |