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)


5913
5914
5915
5916
5917
5918
5919
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5913

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)


5913
5914
5915
5916
5917
5918
5919
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5913

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)


5913
5914
5915
5916
5917
5918
5919
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5913

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