Class: Aws::ResilienceHub::Types::BatchUpdateRecommendationStatusSuccessfulEntry

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

Overview

List of operational recommendations that were successfully 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)


1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1037

class BatchUpdateRecommendationStatusSuccessfulEntry < 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)


1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1037

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

#excludedBoolean

Indicates if the operational recommendation was successfully excluded.

Returns:

  • (Boolean)


1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1037

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

#itemTypes::UpdateRecommendationStatusItem

The operational recommendation item.



1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1037

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

#reference_idString

Reference identifier of the operational recommendation.

Returns:

  • (String)


1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1037

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