Class: Aws::PrometheusService::Types::AlertManagerDefinitionDescription

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

Overview

The details of an alert manager definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the alert manager definition was created.

Returns:

  • (Time)


56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 56

class AlertManagerDefinitionDescription < Struct.new(
  :created_at,
  :data,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dataString

The actual alert manager definition.

For details about the alert manager definition, see AlertManagedDefinitionData.

Returns:

  • (String)


56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 56

class AlertManagerDefinitionDescription < Struct.new(
  :created_at,
  :data,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time that the alert manager definition was most recently changed.

Returns:

  • (Time)


56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 56

class AlertManagerDefinitionDescription < Struct.new(
  :created_at,
  :data,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::AlertManagerDefinitionStatus

A structure that displays the current status of the alert manager definition..



56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 56

class AlertManagerDefinitionDescription < Struct.new(
  :created_at,
  :data,
  :modified_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end