Class: Aws::TrustedAdvisor::Types::UpdateRecommendationLifecycleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::UpdateRecommendationLifecycleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:update_reason]
Instance Attribute Summary collapse
-
#lifecycle_stage ⇒ String
The new lifecycle stage.
-
#recommendation_identifier ⇒ String
The Recommendation identifier for AWS Trusted Advisor Priority recommendations.
-
#update_reason ⇒ String
Reason for the lifecycle stage change.
-
#update_reason_code ⇒ String
Reason code for the lifecycle state change.
Instance Attribute Details
#lifecycle_stage ⇒ String
The new lifecycle stage
1291 1292 1293 1294 1295 1296 1297 1298 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1291 class UpdateRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :recommendation_identifier, :update_reason, :update_reason_code) SENSITIVE = [:update_reason] include Aws::Structure end |
#recommendation_identifier ⇒ String
The Recommendation identifier for AWS Trusted Advisor Priority recommendations
1291 1292 1293 1294 1295 1296 1297 1298 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1291 class UpdateRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :recommendation_identifier, :update_reason, :update_reason_code) SENSITIVE = [:update_reason] include Aws::Structure end |
#update_reason ⇒ String
Reason for the lifecycle stage change
1291 1292 1293 1294 1295 1296 1297 1298 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1291 class UpdateRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :recommendation_identifier, :update_reason, :update_reason_code) SENSITIVE = [:update_reason] include Aws::Structure end |
#update_reason_code ⇒ String
Reason code for the lifecycle state change
1291 1292 1293 1294 1295 1296 1297 1298 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1291 class UpdateRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :recommendation_identifier, :update_reason, :update_reason_code) SENSITIVE = [:update_reason] include Aws::Structure end |