Class: Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      684 685 686 687 688  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 684 class DescribeRuleGroupsNamespaceResponse < Struct.new( :rule_groups_namespace) SENSITIVE = [] include Aws::Structure end  |