Class: Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceResponse
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the output of a DescribeRuleGroupsNamespace
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_groups_namespace ⇒ Types::RuleGroupsNamespaceDescription
The information about the rule groups namespace.
Instance Attribute Details
#rule_groups_namespace ⇒ Types::RuleGroupsNamespaceDescription
The information about the rule groups namespace.
694 695 696 697 698 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 694 class DescribeRuleGroupsNamespaceResponse < Struct.new( :rule_groups_namespace) SENSITIVE = [] include Aws::Structure end |