Class: Aws::PrometheusService::Types::DescribeAlertManagerDefinitionRequest

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

Overview

Represents the input of a ‘DescribeAlertManagerDefinition` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The ID of the workspace to retrieve the alert manager definition from.

Returns:

  • (String)


608
609
610
611
612
# File 'lib/aws-sdk-prometheusservice/types.rb', line 608

class DescribeAlertManagerDefinitionRequest < Struct.new(
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end