Class: Aws::PrometheusService::Types::RuleGroupsNamespaceDescription
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PrometheusService::Types::RuleGroupsNamespaceDescription
 
- Defined in:
- gems/aws-sdk-prometheusservice/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.
| 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2359 class RuleGroupsNamespaceDescription < Struct.new( :arn, :name, :status, :data, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end | 
#created_at ⇒ Time
The date and time that the rule groups namespace was created.
| 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2359 class RuleGroupsNamespaceDescription < Struct.new( :arn, :name, :status, :data, :created_at, :modified_at, :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.
| 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2359 class RuleGroupsNamespaceDescription < Struct.new( :arn, :name, :status, :data, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end | 
#modified_at ⇒ Time
The date and time that the rule groups namespace was most recently changed.
| 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2359 class RuleGroupsNamespaceDescription < Struct.new( :arn, :name, :status, :data, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the rule groups namespace.
| 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2359 class RuleGroupsNamespaceDescription < Struct.new( :arn, :name, :status, :data, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Types::RuleGroupsNamespaceStatus
The current status of the rule groups namespace.
| 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2359 class RuleGroupsNamespaceDescription < Struct.new( :arn, :name, :status, :data, :created_at, :modified_at, :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.
| 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2359 class RuleGroupsNamespaceDescription < Struct.new( :arn, :name, :status, :data, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |