Class: Aws::DevOpsGuru::Types::RecommendationRelatedEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Information about an event that is related to a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the event. This corresponds to the Name field in an Event object.

Returns:

  • (String)


3815
3816
3817
3818
3819
3820
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3815

class RecommendationRelatedEvent < Struct.new(
  :name,
  :resources)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::RecommendationRelatedEventResource>

A ResourceCollection object that contains arrays of the names of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.



3815
3816
3817
3818
3819
3820
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3815

class RecommendationRelatedEvent < Struct.new(
  :name,
  :resources)
  SENSITIVE = []
  include Aws::Structure
end