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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6816
6817
6818
6819
6820
6821
6822
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6816

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)


6816
6817
6818
6819
6820
6821
6822
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6816

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)


6816
6817
6818
6819
6820
6821
6822
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6816

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