Class: Aws::RDS::Types::RecommendedActionUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RecommendedActionUpdate
- 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
-
#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.
21926 21927 21928 21929 21930 21931 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21926 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the updated recommendation action.
applied
scheduled
21926 21927 21928 21929 21930 21931 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21926 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end |