Class: Aws::DevOpsGuru::Types::RecommendationRelatedEventResource

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

Overview

Information about an Amazon Web Services resource that emitted and event that is related to a recommendation in an insight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

Returns:

  • (String)


3837
3838
3839
3840
3841
3842
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3837

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

#typeString

The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.

Returns:

  • (String)


3837
3838
3839
3840
3841
3842
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3837

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