Class: Aws::DevOpsGuru::Types::EventResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource that emitted an event.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1235

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

#nameString

The name of the resource that emitted an event.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1235

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

#typeString

The type of resource that emitted an event.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1235

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