Class: Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceRequest
- Includes:
- Structure
- Defined in:
- 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.
669 670 671 672 673 674 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 669 class DescribeRuleGroupsNamespaceRequest < Struct.new( :name, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace containing the rule groups namespace.
669 670 671 672 673 674 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 669 class DescribeRuleGroupsNamespaceRequest < Struct.new( :name, :workspace_id) SENSITIVE = [] include Aws::Structure end |