Class: Aws::DevOpsGuru::Types::EventResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::EventResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that emitted an event.
-
#name ⇒ String
The name of the resource that emitted an event.
-
#type ⇒ String
The type of resource that emitted an event.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that emitted an event.
1235 1236 1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1235 class EventResource < Struct.new( :type, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource that emitted an event.
1235 1236 1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1235 class EventResource < Struct.new( :type, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of resource that emitted an event.
1235 1236 1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1235 class EventResource < Struct.new( :type, :name, :arn) SENSITIVE = [] include Aws::Structure end |