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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-prometheusservice/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 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 608

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