Class: Aws::PrometheusService::Types::RuleGroupsNamespaceSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::RuleGroupsNamespaceSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The high-level information about a rule groups namespace. To retrieve more information, use ‘DescribeRuleGroupsNamespace`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the rule groups namespace.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the rule groups namespace was created.
 - 
  
    
      #modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the rule groups namespace was most recently changed.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the rule groups namespace.
 - 
  
    
      #status  ⇒ Types::RuleGroupsNamespaceStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that displays the current status of the rule groups namespace.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of tag keys and values that are associated with the rule groups namespace.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the rule groups namespace.
      1392 1393 1394 1395 1396 1397 1398 1399 1400 1401  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1392 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The date and time that the rule groups namespace was created.
      1392 1393 1394 1395 1396 1397 1398 1399 1400 1401  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1392 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#modified_at ⇒ Time
The date and time that the rule groups namespace was most recently changed.
      1392 1393 1394 1395 1396 1397 1398 1399 1400 1401  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1392 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the rule groups namespace.
      1392 1393 1394 1395 1396 1397 1398 1399 1400 1401  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1392 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::RuleGroupsNamespaceStatus
A structure that displays the current status of the rule groups namespace.
      1392 1393 1394 1395 1396 1397 1398 1399 1400 1401  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1392 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The list of tag keys and values that are associated with the rule groups namespace.
      1392 1393 1394 1395 1396 1397 1398 1399 1400 1401  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1392 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  |