Class: Aws::PrometheusService::Types::RuleGroupsNamespaceDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::RuleGroupsNamespaceDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The details about one rule groups namespace.
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.
 - 
  
    
      #data  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rule groups file used in the namespace.
 - 
  
    
      #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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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. For example, ‘arn:aws:aps:<region>:123456789012:rulegroupsnamespace/ws-example1-1234-abcd-5678-ef90abcd1234/rulesfile1`.
      1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1329 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The date and time that the rule groups namespace was created.
      1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1329 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#data ⇒ String
The rule groups file used in the namespace.
For details about the rule groups namespace structure, see [RuleGroupsNamespaceData].
[1]: docs.aws.amazon.com/prometheus/latest/APIReference/yaml-RuleGroupsNamespaceData.html
      1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1329 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :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.
      1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1329 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the rule groups namespace.
      1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1329 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::RuleGroupsNamespaceStatus
The current status of the rule groups namespace.
      1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1329 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :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.
      1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1329 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  |