Class: Aws::TrustedAdvisor::Types::UpdateOrganizationRecommendationLifecycleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:update_reason]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_stageString

The new lifecycle stage

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
# File 'gems/aws-sdk-trustedadvisor/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_identifierString

The Recommendation identifier for AWS Trusted Advisor Priority recommendations

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
# File 'gems/aws-sdk-trustedadvisor/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_reasonString

Reason for the lifecycle stage change

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
# File 'gems/aws-sdk-trustedadvisor/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_codeString

Reason code for the lifecycle state change

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
# File 'gems/aws-sdk-trustedadvisor/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