Class: Aws::ResilienceHub::Types::UpdateRecommendationStatusRequestEntry

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

Overview

Defines the operational recommendation item that is to be included or excluded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idString

An identifier for an entry in this batch that is used to communicate the result.

<note markdown=“1”> The ‘entryId`s of a batch request need to be unique within a request.

</note>

Returns:

  • (String)


6856
6857
6858
6859
6860
6861
6862
6863
6864
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856

class UpdateRecommendationStatusRequestEntry < Struct.new(
  :entry_id,
  :exclude_reason,
  :excluded,
  :item,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_reasonString

Indicates the reason for excluding an operational recommendation.

Returns:

  • (String)


6856
6857
6858
6859
6860
6861
6862
6863
6864
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856

class UpdateRecommendationStatusRequestEntry < Struct.new(
  :entry_id,
  :exclude_reason,
  :excluded,
  :item,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#excludedBoolean

Indicates if the operational recommendation needs to be excluded. If set to True, the operational recommendation will be excluded.

Returns:

  • (Boolean)


6856
6857
6858
6859
6860
6861
6862
6863
6864
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856

class UpdateRecommendationStatusRequestEntry < Struct.new(
  :entry_id,
  :exclude_reason,
  :excluded,
  :item,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#itemTypes::UpdateRecommendationStatusItem

The operational recommendation item.



6856
6857
6858
6859
6860
6861
6862
6863
6864
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856

class UpdateRecommendationStatusRequestEntry < Struct.new(
  :entry_id,
  :exclude_reason,
  :excluded,
  :item,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idString

Reference identifier of the operational recommendation item.

Returns:

  • (String)


6856
6857
6858
6859
6860
6861
6862
6863
6864
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856

class UpdateRecommendationStatusRequestEntry < Struct.new(
  :entry_id,
  :exclude_reason,
  :excluded,
  :item,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end