Class: Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceRequest
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the input of a DescribeRuleGroupsNamespace
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the rule groups namespace that you want information for.
-
#workspace_id ⇒ String
The ID of the workspace containing the rule groups namespace.
Instance Attribute Details
#name ⇒ String
The name of the rule groups namespace that you want information for.
883 884 885 886 887 888 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 883 class DescribeRuleGroupsNamespaceRequest < Struct.new( :workspace_id, :name) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace containing the rule groups namespace.
883 884 885 886 887 888 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 883 class DescribeRuleGroupsNamespaceRequest < Struct.new( :workspace_id, :name) SENSITIVE = [] include Aws::Structure end |