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

#app_component_idString

Indicates the identifier of the AppComponent.

Returns:

  • (String)


6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6929

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

#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)


6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6929

class UpdateRecommendationStatusRequestEntry < Struct.new(
  :app_component_id,
  :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)


6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6929

class UpdateRecommendationStatusRequestEntry < Struct.new(
  :app_component_id,
  :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)


6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6929

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

#itemTypes::UpdateRecommendationStatusItem

The operational recommendation item.



6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6929

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

#reference_idString

Reference identifier of the operational recommendation item.

Returns:

  • (String)


6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6929

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