Class: Aws::ResilienceHub::Types::RecommendationItem

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

Overview

Defines a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#already_implementedBoolean

Specifies if the recommendation has already been implemented.

Returns:

  • (Boolean)


5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#discovered_alarmTypes::Alarm

Indicates the previously implemented Amazon CloudWatch alarm discovered by Resilience Hub.

Returns:



5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_reasonString

Indicates the reason for excluding an operational recommendation.

Returns:

  • (String)


5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#excludedBoolean

Indicates if an operational recommendation item is excluded.

Returns:

  • (Boolean)


5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#latest_discovered_experimentTypes::Experiment

Indicates the experiment created in FIS that was discovered by Resilience Hub, which matches the recommendation.

Returns:



5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Identifier of the resource.

Returns:

  • (String)


5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_idString

Identifier of the target account.

Returns:

  • (String)


5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end

#target_regionString

The target region.

Returns:

  • (String)


5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5385

class RecommendationItem < Struct.new(
  :already_implemented,
  :discovered_alarm,
  :exclude_reason,
  :excluded,
  :latest_discovered_experiment,
  :resource_id,
  :target_account_id,
  :target_region)
  SENSITIVE = []
  include Aws::Structure
end