Class: Aws::TrustedAdvisor::Types::UpdateOrganizationRecommendationLifecycleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::UpdateOrganizationRecommendationLifecycleRequest
- 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.
-
#organization_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
1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1263 class UpdateOrganizationRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :organization_recommendation_identifier, :update_reason, :update_reason_code) SENSITIVE = [:update_reason] include Aws::Structure end |
#organization_recommendation_identifier ⇒ String
The Recommendation identifier for AWS Trusted Advisor Priority recommendations
1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1263 class UpdateOrganizationRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :organization_recommendation_identifier, :update_reason, :update_reason_code) SENSITIVE = [:update_reason] include Aws::Structure end |
#update_reason ⇒ String
Reason for the lifecycle stage change
1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1263 class UpdateOrganizationRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :organization_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
1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1263 class UpdateOrganizationRecommendationLifecycleRequest < Struct.new( :lifecycle_stage, :organization_recommendation_identifier, :update_reason, :update_reason_code) SENSITIVE = [:update_reason] include Aws::Structure end |