Class: Aws::ResilienceHub::Types::RejectGroupingRecommendationEntry

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

Overview

Indicates the rejected grouping recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grouping_recommendation_idString

Indicates the identifier of the grouping recommendation.

Returns:

  • (String)


5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5467

class RejectGroupingRecommendationEntry < Struct.new(
  :grouping_recommendation_id,
  :rejection_reason)
  SENSITIVE = []
  include Aws::Structure
end

#rejection_reasonString

Indicates the reason you had selected while rejecting a grouping recommendation.

Returns:

  • (String)


5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5467

class RejectGroupingRecommendationEntry < Struct.new(
  :grouping_recommendation_id,
  :rejection_reason)
  SENSITIVE = []
  include Aws::Structure
end