Class: Aws::DevOpsGuru::Types::RecommendationRelatedEventResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RecommendationRelatedEventResource
- 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
-
#name ⇒ String
The name of the resource that emitted the event.
-
#type ⇒ String
The type of the resource that emitted the event.
Instance Attribute Details
#name ⇒ String
The name of the resource that emitted the event. This corresponds to
the Name
field in an EventResource
object.
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 |
#type ⇒ String
The type of the resource that emitted the event. This corresponds to
the Type
field in an EventResource
object.
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 |