Class: Aws::PrometheusService::Types::DescribeAlertManagerDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeAlertManagerDefinitionRequest
- 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
-
#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.
1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1053 class DescribeAlertManagerDefinitionRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |