Class: Aws::ResilienceHub::Types::UpdateRecommendationStatusItem

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

Overview

Defines the operational recommendation item that needs a status update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

Resource identifier of the operational recommendation item.

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 6013

class UpdateRecommendationStatusItem < Struct.new(
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_idString

Identifier of the target Amazon Web Services account.

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 6013

class UpdateRecommendationStatusItem < Struct.new(
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#target_regionString

Identifier of the target Amazon Web Services Region.

Returns:

  • (String)


6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 6013

class UpdateRecommendationStatusItem < Struct.new(
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end