Class: Aws::PrometheusService::Types::DescribeAlertManagerDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeAlertManagerDefinitionRequest
- 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
-
#workspace_id ⇒ String
The ID of the workspace to retrieve the alert manager definition from.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace to retrieve the alert manager definition from.
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 |